This commit is contained in:
baoliang 2018-07-07 17:45:19 +08:00
parent 265175ad93
commit 0f7a4a0f4e
1 changed files with 2 additions and 2 deletions

View File

@ -32,14 +32,14 @@ body {
@media (min-width: 768px) { @media (min-width: 768px) {
#page-wrapper { #page-wrapper {
position: inherit; position: inherit;
margin: 0 0 0 220px; margin: 0 0 0 250px;
min-height: 100vh; min-height: 100vh;
} }
.navbar-static-side { .navbar-static-side {
z-index: 2001; z-index: 2001;
position: absolute; position: absolute;
width: 220px; width: 250px;
} }
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-messages,