mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Bootom navbar don't hide sidebar
This commit is contained in:
parent
2db1f5afee
commit
3a9a839148
1 changed files with 2 additions and 2 deletions
|
@ -88,14 +88,14 @@ a > i.fa {
|
||||||
top:50px;
|
top:50px;
|
||||||
right:0;
|
right:0;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
bottom:0px;
|
bottom:50px;
|
||||||
}
|
}
|
||||||
.sidenav-left {
|
.sidenav-left {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top:50px;
|
top:50px;
|
||||||
left:0;
|
left:0;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
bottom:0px;
|
bottom:50px;
|
||||||
}
|
}
|
||||||
.dropdown-menu .dropdown-toggle:after {
|
.dropdown-menu .dropdown-toggle:after {
|
||||||
border-top: .3em solid transparent;
|
border-top: .3em solid transparent;
|
||||||
|
|
Loading…
Reference in a new issue