Created by: Elijen
document.body.offsetHeight
returns "wrong" value when the following CSS is applied:
html, body {
height: 100%;
}
A wrong (negative) top
value is then calculated for affix-bottom
.
Created by: Elijen
document.body.offsetHeight
returns "wrong" value when the following CSS is applied:
html, body {
height: 100%;
}
A wrong (negative) top
value is then calculated for affix-bottom
.