Skip to content

Instantly share code, notes, and snippets.

@mdmoinulhossain
Created February 27, 2025 08:57
Show Gist options
  • Select an option

  • Save mdmoinulhossain/9465fc6554dc45aada3d4ff985008e53 to your computer and use it in GitHub Desktop.

Select an option

Save mdmoinulhossain/9465fc6554dc45aada3d4ff985008e53 to your computer and use it in GitHub Desktop.
Prevent Horizontal Scrolling on webpage
html, body {
overflow-x: hidden;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment