fix: fix weird scroll behavior on config page
This commit is contained in:
parent
8abaf046f3
commit
a8c6cd23ce
1 changed files with 6 additions and 2 deletions
|
@ -1,10 +1,14 @@
|
||||||
.app {
|
.app {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
background: var(--color-background);
|
background: var(--color-background);
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
min-height: 300px;
|
|
||||||
height: 100vh;
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in a new issue