Skip to content

Instantly share code, notes, and snippets.

@zartgesotten
Last active January 10, 2023 15:45
Show Gist options
  • Save zartgesotten/7e6cd4ba9a0e6df412c6cef3c4d60b26 to your computer and use it in GitHub Desktop.
Save zartgesotten/7e6cd4ba9a0e6df412c6cef3c4d60b26 to your computer and use it in GitHub Desktop.
/*prevent horizontal scroll*/
html, body {
overflow-x: hidden;
}
body {
position: relative
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment