fix: show whole settings sidebar in short windows (#24589)
In #24217, the height of the settings sidebar was reduced in order to not push
down the footer. Unfortunately, this makes it not render completely if the
window is shorter than the settings sidebar. As far as I can tell, the height
doesn't actually need to be calculated. The footer is pushed down by flex-grow:
1 in layout.less, and in fact I'm not sure it makes sense for the sidebar to
need to push down the footer, since that would mean that on sidebar-less pages,
the footer wouldn't be pushed down. This doesn't happen either way though.