fix: fix weird scroll behavior on config page

This commit is contained in:
Haishan 2020-12-03 00:17:10 +08:00
parent 8abaf046f3
commit a8c6cd23ce

View file

@ -1,10 +1,14 @@
.app {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
background: var(--color-background);
color: var(--color-text);
min-height: 300px;
height: 100vh;
@media (max-width: 768px) {
flex-direction: column;