My website has a sticky footer that needs to adjust its position as the content grows. Currently, when my textarea expands to a certain size, it goes beyond the footer which remains unchanged in its position.
What would be the most effective approach to handle an element resizing in height? I've come across suggestions involving animation frames, but all I need is to simply recalculate the footer's position every time a resize event occurs.