mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
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
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user