update: mobile support
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
a1d1b64b76
commit
8b3bd7943e
@@ -143,6 +143,12 @@ const DrawerContainer = styled("div")<DrawerContainerProps>(
|
||||
width: `${$drawerWidth}px`,
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
"@media (max-width: 600px)": {
|
||||
width: "100%",
|
||||
borderLeft: "none",
|
||||
top: "0px",
|
||||
zIndex: 1000,
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user