I have a% d% d that groups all site content with the following css:
margin: 15px 12px;
background: #fff;
padding: 20px;
height: calc(100vh - 30px);
overflow: auto;
My body has .content
different, to simulate a border.
It's 100% functional, however, I want to remove that sidebar from the side of the main div. If I put background: #222
in my overflow: hidden;
, Scroll disappears along with the possibility of scrolling the page. Any solution in jQuery or even pure CSS (which works, too, outside of Chrome)?