Navmenu on the right with scrollbar

Offcanvas navmenu fixed to the right had no overflow-y, so no scrollbars where shown
This commit is contained in:
Germán M. Bravo
2014-12-01 08:44:14 -06:00
parent 02c281bbf0
commit f37278b371

View File

@@ -23,6 +23,7 @@
z-index: $zindex-navmenu-fixed;
top: 0;
border-radius: 0;
overflow-y: auto;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
@@ -30,7 +31,6 @@
right: auto;
border-width: 0 1px 0 0;
bottom: 0;
overflow-y: auto;
}
.navmenu-fixed-right,
.navbar-offcanvas {