From d3dd1d4ebdfd2ea5df7ab8d2336d6f0a7f0a7ffe Mon Sep 17 00:00:00 2001 From: Jack Short Date: Fri, 30 Jun 2023 17:25:24 -0400 Subject: [PATCH] fix: position list row highlight overflowing container (#6805) --- src/pages/Pool/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Pool/index.tsx b/src/pages/Pool/index.tsx index 272b32ae1d..32e9f29f9e 100644 --- a/src/pages/Pool/index.tsx +++ b/src/pages/Pool/index.tsx @@ -142,6 +142,7 @@ const MainContentWrapper = styled.main` flex-direction: column; box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.01); + overflow: hidden; ` function PositionsLoadingPlaceholder() {