I am building an app that contains a footer with pagination, “per page” view dropdown, etc… and I a wanting to achieve the effect of it staying at the bottom of my screen at all times (regardless of the page size in height)
In the second screenshot, I added content in a separate group that is below the footer because I was testing looks when content goes that far. When I scroll, the footer goes up
Hopefully I explained this well enough - sorry if I didn’t, still learning and new to web dev terms!
For both to stick to where you want them they must float relatively to both and touch the edges of the screen (the footer horizontally and the left menu vertically)
Zero idea why it does this. When the content area doesn’t go further than the footer, it’s normal, but the second is goes further down the page (how I need it to), the footer go into the middle
Check the horizontal and vertical floating settings of the floating group elements. Play with them until you make things work. Hint: float relative to both, left and above