I've been working on a web page that features a fixed Navigation bar and Footer for logging information. Both the content and the footer are designed to scroll if needed. Thanks to some experimentation and the valuable input from those who responded to my previous question, I have managed to develop the code showcased at the end of this post, utilizing Bootstrap 4 and jQuery.
However, an issue has arisen where the footer diminishes in size when I manually resize the text area. Ideally, I would like to have a scrollbar appear exclusively on the main content, while the footer should remain unchanged.
Additionally, upon adding some extra lines to the main content, I observed that the content overflows beyond the designated area (the text extends beyond the beige section). Yet, when I adjust the text area's size, the content realigns within the beige background.
Can anyone pinpoint what error I might be making?
Link to the updated Fiddle: Fiddle
For reference, you can view my initial query here: here
<!-- Paste your HTML code here -->