update: mobile support

This commit is contained in:
Daniel Gonzalez Albo
2025-11-09 20:22:59 +01:00
committed by Nicolás Hatcher Andrés
parent a1d1b64b76
commit 8b3bd7943e

View File

@@ -143,6 +143,12 @@ const DrawerContainer = styled("div")<DrawerContainerProps>(
width: `${$drawerWidth}px`, width: `${$drawerWidth}px`,
display: "flex", display: "flex",
flexDirection: "column", flexDirection: "column",
"@media (max-width: 600px)": {
width: "100%",
borderLeft: "none",
top: "0px",
zIndex: 1000,
},
}), }),
); );