My website has a fixed header with a height of 44 pixels, content that takes up 89% of the screen, and a footer that occupies 6% of the space. Everything looks fine when the browser is at 100% zoom, but as I zoom out, white spaces start appearing before the footer section.
I attempted to change the header's height to 5%, but unfortunately our requirements dictate that the header must remain fixed at 44 pixels.
Question:
Is it feasible to have a static header with dynamic content and footer?