Last active
February 1, 2020 04:01
-
-
Save btorresgil/4ae11065d7c9f5b0414a844e5839fbd5 to your computer and use it in GitHub Desktop.
CSS: Remove extra right region from webpage - Saved from https://stackoverflow.com/questions/4617872/white-space-showing-up-on-right-side-of-page-when-background-image-should-extend
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 | |
{ | |
width: 100%; | |
height: 100%; | |
margin: 0px; | |
padding: 0px; | |
overflow-x: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment