Having trouble with scrolling on my webpage and I can't figure out why! The issue is happening when trying to view this page:
Within the main file, I have included 2 other php files:
<?php
include '../../include/menu.php';
include '../../include/layout.php';
?>
I have shared links to these 3 php files:
The main index.php: https://pastebin.com/c27dEi4e
Menu file - menu.php: https://pastebin.com/AYy0AY00
Layout file - layout.php: https://pastebin.com/h0swdiMf