Merge pull request #6562 from opf/fix/ff-cuts-of-menu

remove ff specific rule cutting of menu

[ci skip]
pull/6566/head
Oliver Günther 6 years ago committed by GitHub
commit ce1510043f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      app/assets/stylesheets/layout/_main_menu.sass

@ -45,13 +45,6 @@ $menu-item-line-height: 30px
@include varprop(background-color, main-menu-bg-color)
@-moz-document url-prefix()
#menu-sidebar
margin-right: -20px !important
margin-bottom: -20px !important
overflow-y: scroll
overflow-x: hidden
#menu-sidebar
height: 100%
overflow: auto

Loading…
Cancel
Save