Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Footer won't stay at bottom of browser window Reply To: [Solved] Footer won't stay at bottom of browser window

#193532
Alen
Participant

@hrachovec

You need to set parent element to position: relative;. So:

body {
  position: relative;
}