fix: overflow on menu and content
This commit is contained in:
parent
c7291e5c6f
commit
fa50142438
@ -19,12 +19,12 @@ $breakpoints: (phone: 480px,
|
|||||||
body {
|
body {
|
||||||
background-color: $color-210-25-95;
|
background-color: $color-210-25-95;
|
||||||
color: $color-213-4-50;
|
color: $color-213-4-50;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
overflow-y: scroll;
|
height: 100vh;
|
||||||
}
|
overflow: hidden;
|
||||||
|
overflow-wrap: break-word;
|
||||||
html {
|
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
background-color: $color-233-18-29;
|
background-color: $color-233-18-29;
|
||||||
color: $color-0-0-100;
|
color: $color-0-0-100;
|
||||||
display: block;
|
display: block;
|
||||||
height: calc(100vh - 82px);
|
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
transition: flex-basis 0.5s ease-in-out;
|
overflow: auto;
|
||||||
|
/*transition: flex-basis 0.5s ease-in-out;*/
|
||||||
|
|
||||||
&.open {
|
&.open {
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user