For now, I put Config Page to below the main page temporary. Open Config Button does not work.
13 lines
237 B
SCSS
13 lines
237 B
SCSS
.container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.language_selector_container {
|
|
width: 100%;
|
|
height: 100%;
|
|
} |