Hello, I am having an issue that I can't figure out how to solve. I have something like this
HEADERBAR
-----------------
LIST
LIST
LIST
LIST
LIST
LIST
-----------------
FOOTER BAR
This is a sidebar. The list section has a max height of 300px which then has overflow and using vh I can set it to auto resize when the page is resized.. but the problem is that I need the footer bar to remain in a fixed position below the list. When I resize the screen the footer bar ends up off the page.
Since this is a side bar I can't use fixed position as I need it to be flexible based on list size.
Question
firey
Hello, I am having an issue that I can't figure out how to solve. I have something like this
HEADERBAR
-----------------
LIST
LIST
LIST
LIST
LIST
LIST
-----------------
FOOTER BAR
This is a sidebar. The list section has a max height of 300px which then has overflow and using vh I can set it to auto resize when the page is resized.. but the problem is that I need the footer bar to remain in a fixed position below the list. When I resize the screen the footer bar ends up off the page.
Since this is a side bar I can't use fixed position as I need it to be flexible based on list size.
Link to comment
https://www.neowin.net/forum/topic/1265334-div-resizing-help/Share on other sites
1 answer to this question
Recommended Posts