Scrolling for both navmenu-fixed-left and navmenu-fixed-right

This commit is contained in:
Evan Bovie
2014-04-22 18:14:30 -04:00
parent 9fd67af87c
commit 46c665f161

View File

@@ -22,6 +22,8 @@
position: fixed;
z-index: @zindex-navmenu-fixed;
top: 0;
bottom: 0;
overflow-y: auto;
border-radius: 0;
}
.navmenu-fixed-left,
@@ -29,8 +31,6 @@
left: 0;
right: auto;
border-width: 0 1px 0 0;
bottom: 0;
overflow-y: auto;
}
.navmenu-fixed-right,
.navbar-offcanvas {