I believe you can fix it by defining the height of the html and body tags in the CSS, like so:
html {
height: 100%;
min-height: 100%;
}
body {
min-height: 100%;
}
I believe you can fix it by defining the height of the html and body tags in the CSS, like so:
html {
height: 100%;
min-height: 100%;
}
body {
min-height: 100%;
}