Skip to content

Instantly share code, notes, and snippets.

@flabernardez
Created April 28, 2021 17:56
Show Gist options
  • Save flabernardez/3c82293bf5b286061c84a3be8554b32f to your computer and use it in GitHub Desktop.
Save flabernardez/3c82293bf5b286061c84a3be8554b32f to your computer and use it in GitHub Desktop.
#css block horizontal scroll bar
html, body {
max-width: 100%;
overflow-x: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment