fix: Overlapping header, closes #2038

This commit is contained in:
Tom Moor
2021-04-15 20:30:05 -07:00
parent 1dd97c1ddd
commit c5401a467d

View File

@@ -242,7 +242,6 @@ const Container = styled(Flex)`
${breakpoint("tablet")`
margin: 0;
z-index: 3;
min-width: 0;
transform: translateX(${(props) =>
props.$collapsed ? "calc(-100% + 16px)" : 0});