Poll: body overflow
Paul

Paul @peiche

About: ✝️ Christian - 👨‍👩‍👧 Husband & father - ♿ Ally - 🏳️‍🌈 Ally - 🌐 Full-stack web developer

Joined:
Apr 13, 2017

Poll: body overflow

Publish Date: Feb 9 '18
10 1

Front-end devs: do you set "scroll" on the vertical overflow to avoid page shift?

Comments 1 total

  • Mohcin Bounouara
    Mohcin BounouaraMar 17, 2018

    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;
    }

Add comment