Merge pull request #5492 from opf/fix/25255-sidebar-is-not-scrollable

[25255] Sidebar is not scrollable

[ci skip]
pull/5469/merge
Oliver Günther 8 years ago committed by GitHub
commit 5a27e94f71
  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