fix footer bar position being wrong briefly when loading the footer bar
This commit is contained in:
parent
439da9e6a3
commit
c6b571ab74
|
@ -88,6 +88,10 @@ td {
|
|||
z-index: 1010;
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
min-height: calc(100vh - 48px);
|
||||
}
|
||||
|
||||
.content-wrapper, .right-side {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
|
Reference in a new issue