Home › Forums › CSS › Contain a fixed element inside a relative one › Re: Contain a fixed element inside a relative one
October 22, 2010 at 5:13 pm
#77624
Member
Would this work div {height:100%; overflow:auto;} ? Or ‘overflow:scroll;’ if you don’t mind scroll bars being present even if the contained div is small enough not to need them.