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
August 28, 2014 at 11:35 pm
#180994
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.