diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-07 13:49:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-07 13:49:20 +0000 |
commit | fd57979418f970b1583b8aa4a85717a0a8fd9163 (patch) | |
tree | 5131d785114a98693ca150af6ead3fc0ff0b37a3 /public | |
parent | ff3b14ddcff67495dd493d0734affc9e07a7b762 (diff) | |
download | redmine-fd57979418f970b1583b8aa4a85717a0a8fd9163.tar.gz redmine-fd57979418f970b1583b8aa4a85717a0a8fd9163.zip |
Reorganize overflow of body and wrapper (#19097).
Patch by Felix Gliesche.
git-svn-id: http://svn.redmine.org/redmine/trunk@14827 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/responsive.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index a70afffb1..a251d3ef2 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -64,8 +64,6 @@ body { - overflow-x: hidden; /* hide horizontal overflow */ - min-width: 0; /* reset the min-width of 900px */ -webkit-overflow-scrolling: touch; @@ -92,6 +90,8 @@ { position: relative; + overflow-x: hidden; /* hide horizontal overflow */ + max-width: 100%; } @@ -603,6 +603,8 @@ { right: 250px; /* when left flyout is active, move body to the right (same amount like flyout-menu's width) */ + overflow: visible; + height: 100%; } |