fix: overflow on menu and content
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
background-color: $color-233-18-29;
|
||||
color: $color-0-0-100;
|
||||
display: block;
|
||||
height: calc(100vh - 82px);
|
||||
max-width: 250px;
|
||||
transition: flex-basis 0.5s ease-in-out;
|
||||
overflow: auto;
|
||||
/*transition: flex-basis 0.5s ease-in-out;*/
|
||||
|
||||
&.open {
|
||||
transform: translateX(0);
|
||||
|
||||
Reference in New Issue
Block a user