Visit the website at .
Facing an issue where scrolling down on a webpage with a low browser height causes white space to appear and prevents the lower part of text in the red panel from being displayed.
Tried using Overflow Auto on the red panel, but it resulted in an in-page scroll bar likely due to absolute positioning.
Considered having the text scroll behind the header instead, but this led to potential problems when the browser width was narrow enough to trigger a horizontal scroll bar, causing the text to extend outside the designated areas.
Seeking assistance to resolve these challenges. Any suggestions would be greatly appreciated.