Merge pull request #1915 from opf/fix/horizontal-page-scrolling

Allow horizontal page scrolling in absolute layout mode
pull/1917/head sprint/2014_12
ulferts 10 years ago
commit 18f72d439a
  1. 4
      app/assets/stylesheets/layout/_base.sass

@ -41,7 +41,9 @@ body
background: white
&%absolute-layout-mode
overflow: hidden
overflow:
x: auto
y: hidden
#wrapper
@include default-transition

Loading…
Cancel
Save