From 8ea0b2051a2f037ee67571c01b816b3a286fb5ee Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 13 Jan 2017 13:04:30 +0100 Subject: another try on preventing double scrollbars when a modal is larger than the viewport --- view/theme/redbasic/css/style.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c6f075479..401f052d0 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -9,7 +9,6 @@ /* generals */ html { font-size: 100%; - overflow-x: hidden; } body { @@ -21,7 +20,6 @@ body { background-size: cover; color: $font_colour; margin: 0px; - overflow-x: hidden; } aside { -- cgit v1.2.3