What I am trying to achieve is to have only scrollbars on the div with overflow: auto
. Why do I see additional vertical scrollbar on the body?
<div style="overflow: auto; height: 100vh; width: 100%;">
<div style="width: 4000px;height: 4000px;background: green;"> </div>
</div>
<!-- end snippet -->