Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codeepic/08a32f0bd220d8046981bc844e3e6c07 to your computer and use it in GitHub Desktop.
Save codeepic/08a32f0bd220d8046981bc844e3e6c07 to your computer and use it in GitHub Desktop.
/*
* this will ensure that the page doesn't jump left and right when
* navigating between the pages with and without the scrollbar
*/
html {
overflow-x: hidden;
width: 100vw;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment