I am currently facing an issue with my website where the div sidebar scrolls with the page and overlaps the page content whenever the window is resized.
To see a demonstration of the problem, you can visit this link:
Below is the CSS code for the menubar I have implemented on my page:
.menubar {width: 200px;position: fixed;left: 20px;top: 200px;}
If anyone has any suggestions on how to resolve this issue or offer alternative code solutions, please feel free to share them.
Thank you in advance!