Fix 1:
Code: Select all
html, body { /* Gekos right scrollbar visible at all */
min-height: 100%;
margin-bottom: 1px; /* FF3 */
}
Code: Select all
body {
overflow-y: scroll; /* only css level 3 conformable */
}
html, body { /* Gekos right scrollbar visible at all */
min-height: 100%;
}