Fix #712 Hide .bottom-menu-sidebar on small devices

This commit is contained in:
Luc Didry
2015-06-13 11:12:38 +02:00
parent 7888f5953b
commit 43e75ceca1
3 changed files with 5 additions and 2 deletions
@@ -131,6 +131,9 @@ body.dashboard {
@media (min-width: $screen-xs-max) {
.sidebar {
width: $sidebar-normal-width;
.bottom-menu-sidebar {
@extend .hidden-xs;
}
}
.wrapper.toggled .sidebar {