diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2009-07-14 20:21:51 +0000 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2009-07-14 20:21:51 +0000 |
commit | 753b8bb0bb6f6c8398189be451cc5095759c1e3e (patch) | |
tree | f18921cce58b97f3ec08aefee3aa0eb71140f035 /phpBB/styles | |
parent | 51748b00ed8e6b709f1a7df59570e8ecee6783d5 (diff) | |
download | forums-753b8bb0bb6f6c8398189be451cc5095759c1e3e.tar forums-753b8bb0bb6f6c8398189be451cc5095759c1e3e.tar.gz forums-753b8bb0bb6f6c8398189be451cc5095759c1e3e.tar.bz2 forums-753b8bb0bb6f6c8398189be451cc5095759c1e3e.tar.xz forums-753b8bb0bb6f6c8398189be451cc5095759c1e3e.zip |
Fix bug #47865 - Fix "Always show a scrollbar for short pages" for IE8 and Firefox 3.5 - Patch by stokerpiller
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9756 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 956c1b278f..a86f723f81 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -10,8 +10,7 @@ html { font-size: 100%; /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */ - height: 100%; - margin-bottom: 1px; + height: 101%; } body { |