Forums

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

Home Forums CSS Absolute div with 100% height does not continue after scroll Reply To: Absolute div with 100% height does not continue after scroll

#180994
Mikko Laine
Participant

html and body height 100%, container that has min-height 100 and position relative.

then just absolute position right/left and top: 0; bottom: 0; dont use height.

does that help?

or flexbox.. a lot easier.