Commit d3dd1d4e authored by Jack Short's avatar Jack Short Committed by GitHub

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

parent 50f2e277
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment