I am experiencing an issue with my simple form where I can only click and type into the input fields below the menu. The CSS and JS in this snippet may be a bit all over the place, but it closely resembles my app's structure. I'm baffled by why this problem suddenly started occurring, preventing me from clicking and editing "Child First Name" and "Child Last Name."
How can I resolve this frustrating issue?
<div class="banner">
<img class="banner-image responsive" style="width: 95%; height: 300px;" src="images/TOKTW2019pic.png">
</div>
<!-- <h1 style="text-align: center;">Area for messages</h1> -->
<form method="GET" action="/form_submit">
<!-- Form inputs go here -->
</form>
<style>
/* CSS styles for the form and its elements */
</style>