DEV Community

Discussion on: Poll: body overflow

Collapse
 
bn_geek profile image
Mohcin Bounouara

To avoid this, overflow-y: scroll is correct, but if you still have the some problem you should use it on the html tag:
html {
overflow-y: scroll;
}