You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's something wonky with the CSS I've never been able to track down. The footer is always off the bottom of the screen, even if the page contents don't require it. As in, no matter how tall your browser window is, the footer is always just a little further down. This is most noticeable on the /archive page, every other page has enough content that you can't tell.
It's also a problem with the main Dayligthting Society website though, so some day it would be nice if we could fix it.
My guess so far:
The header div needs to be inside the stage div, so the min-height: 100%; on the stage div doesn't make the page 100% + height-of-header tall.
The text was updated successfully, but these errors were encountered:
There's something wonky with the CSS I've never been able to track down. The footer is always off the bottom of the screen, even if the page contents don't require it. As in, no matter how tall your browser window is, the footer is always just a little further down. This is most noticeable on the /archive page, every other page has enough content that you can't tell.
It's also a problem with the main Dayligthting Society website though, so some day it would be nice if we could fix it.
My guess so far:
The
header
div needs to be inside thestage
div, so themin-height: 100%;
on the stage div doesn't make the page 100% + height-of-header tall.The text was updated successfully, but these errors were encountered: