mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
0.1px is perfectly valid... stops the 1px-worth of scrollbar "jump" in Gecko browsers :D
git-svn-id: file:///svn/phpbb/trunk@7298 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9ca34f8dfa
commit
ade09d36a1
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ html {
|
||||||
background: #DBD7D1;
|
background: #DBD7D1;
|
||||||
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
|
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 0.1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
|
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 0.1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Add table
Reference in a new issue