fix footer bar position being wrong briefly when loading the footer bar

master
MaysWind 2020-04-12 00:30:14 +08:00
parent 439da9e6a3
commit c6b571ab74
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ td {
z-index: 1010;
}
.content-wrapper {
min-height: calc(100vh - 48px);
}
.content-wrapper, .right-side {
background-color: #fff;
}