Merge pull request #714 from ldidry/fix-712

Fix #712 Hide .bottom-menu-sidebar on small devices
This commit is contained in:
James Brooks
2015-06-13 10:16:10 +01:00
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 {