For now, I put Config Page to below the main page temporary. Open Config Button does not work.
9 lines
144 B
SCSS
9 lines
144 B
SCSS
.scroll_container {
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.container {
|
|
margin: 6rem 4rem 16rem 3.2rem;
|
|
} |