Browse Source

Bootom navbar don't hide sidebar

release-2.9
Yoann Piétri 3 years ago
committed by Gabriel Detraz
parent
commit
892ac7e958
  1. 4
      static/css/base.css

4
static/css/base.css

@ -88,14 +88,14 @@ a > i.fa {
top:50px;
right:0;
overflow-y: auto;
bottom:0px;
bottom:50px;
}
.sidenav-left {
position: fixed;
top:50px;
left:0;
overflow-y: auto;
bottom:0px;
bottom:50px;
}
.dropdown-menu .dropdown-toggle:after {
border-top: .3em solid transparent;

Loading…
Cancel
Save