forked from GivFNZ/my-website
fix: sidebar will now appear in the top of header
This commit is contained in:
parent
6a29989763
commit
8501375e70
@ -33,6 +33,7 @@ export const DrawerContainer = styled.div`
|
|||||||
background-color: ${(props) => props.theme["gray-800"]};
|
background-color: ${(props) => props.theme["gray-800"]};
|
||||||
animation-name: drawerAnimation;
|
animation-name: drawerAnimation;
|
||||||
animation-duration: 0.3s;
|
animation-duration: 0.3s;
|
||||||
|
z-index: 2;
|
||||||
@keyframes drawerAnimation {
|
@keyframes drawerAnimation {
|
||||||
0% {width: 0px};
|
0% {width: 0px};
|
||||||
100% {width: 200px};
|
100% {width: 200px};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user