this is whats happening (the sidebar goes on the right I just put it there to visualise the problem screenshot of website
so how would I stop this happening here is the CSS and HTML code below
HTML
<div class="sidebar">
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbaaaaaaaaaaaa
</div>
<footer>Copyright © Hot Beans 2028</footer>
</html>
CSS
.sidebar {
background: rgb(5,68,104);
position: fixed;
top: 0;
left: 0;
width: 20%;
height: 100%;
padding: 20px 0;
transition: all 0.5s ease;
}