I'm facing an issue with a DIV overlap on my webpage.
When the window is maximized, here's how the webpage looks:
And this is how it appears when the window is resized:
What happens is, when users scroll to the right (indicated by the red arrow) to view the content, the text/image overlaps the sidebar (as shown by the blue arrow).
So, my question is, how can I prevent this from happening or what should be the correct approach?
Below is the HTML/CSS code. I haven't provided a Fiddle link as the issue can't be replicated that way:
<!DOCTYPE html>
<head>
...
Note: The reason why the sidebar has a position: fixed is because without it, this issue occurs: