Skip to content

Commit

Permalink
fix footer bar position being wrong briefly when loading the footer bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Apr 11, 2020
1 parent 439da9e commit c6b571a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/core/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ td {
z-index: 1010;
}

.content-wrapper {
min-height: calc(100vh - 48px);
}

.content-wrapper, .right-side {
background-color: #fff;
}
Expand Down

0 comments on commit c6b571a

Please sign in to comment.