Make sidebar scrollable again

pull/5492/head
Henriette Dinger 8 years ago
parent da9b360e46
commit 816095e25e
  1. 3
      app/assets/stylesheets/layout/_main_menu.sass

@ -36,6 +36,9 @@ $toggler-width: 40px
background-color: $main-menu-bg-color
@include default-transition
#menu-sidebar
// 40px is the height of the toggler
height: calc(100% - 40px)
%absolute-layout-mode &
position: relative
height: 100%

Loading…
Cancel
Save