fix: Overlapping header, closes #2038
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user