fix: position list row highlight overflowing container (#6805)

This commit is contained in:
Jack Short 2023-06-30 17:25:24 -04:00 committed by GitHub
parent 50f2e2770a
commit d3dd1d4ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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() {