fix: sidebar will now appear in the top of header

This commit is contained in:
GivFNZ 2025-03-22 20:29:27 -03:00
parent 6a29989763
commit 8501375e70
No known key found for this signature in database
GPG Key ID: 63DD92181B575322

View File

@ -33,6 +33,7 @@ export const DrawerContainer = styled.div`
background-color: ${(props) => props.theme["gray-800"]};
animation-name: drawerAnimation;
animation-duration: 0.3s;
z-index: 2;
@keyframes drawerAnimation {
0% {width: 0px};
100% {width: 200px};