Created
February 27, 2025 08:57
-
-
Save mdmoinulhossain/9465fc6554dc45aada3d4ff985008e53 to your computer and use it in GitHub Desktop.
Prevent Horizontal Scrolling on webpage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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