Hey there, I'm encountering a peculiar issue within my HTML footer involving a form. For some reason, it's resulting in the appearance of a second scroll bar on the vertical axis. Have any of you come across this before? And if so, do you have any pointers on how to resolve this annoying second scroll bar problem?
I've experimented with different layouts and arrangements, and interestingly, once I disable the form, the issue disappears completely. So, without a doubt, I've pinpointed the culprit to be the form itself. Any insights or suggestions on what might be causing this glitch?
Here is the link to my codepen for reference: https://codepen.io/roomwillow/pen/WNoVoOq
Below is the snippet of the HTML code:
(HTML code snippet goes here)
And here's the corresponding CSS code snippet:
(CSS code snippet goes here)