fix: position list row highlight overflowing container (#6805)
This commit is contained in:
parent
50f2e2770a
commit
d3dd1d4ebd
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user