diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-01-13 11:24:34 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-01-13 11:24:34 +0100 |
commit | 2ace4c57d0a1b5d0030139c28d7d72e071d8b4d8 (patch) | |
tree | 4125b279362595f82758f3f6c82d4ebf7aa57477 /view/theme/redbasic/css | |
parent | 8ef84e2aa74bdc280b6a450a553d71ba492a01cc (diff) | |
download | volse-hubzilla-2ace4c57d0a1b5d0030139c28d7d72e071d8b4d8.tar.gz volse-hubzilla-2ace4c57d0a1b5d0030139c28d7d72e071d8b4d8.tar.bz2 volse-hubzilla-2ace4c57d0a1b5d0030139c28d7d72e071d8b4d8.zip |
prevent double scrollbar when we have a modal larger than the viewport
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c6f075479..2c1276430 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 { |