Prohibit <body>-overflow in absolute layout mode

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/1787/head
Alex Coles 10 years ago
parent 7fa688fd13
commit 00506ca9af
  1. 3
      app/assets/stylesheets/layout/_base.sass

@ -40,6 +40,9 @@ body
line-height: $global_line_height
background: white
&%absolute-layout-mode
overflow: hidden
#wrapper
@include default-transition
background-image: -webkit-gradient(linear, left 0%, left 100%, from($main_menu_bg_color), to($main_menu_bg_color))

Loading…
Cancel
Save