Created
September 23, 2015 11:37
-
-
Save AntonKL/eb0ea3bd713182f5874a to your computer and use it in GitHub Desktop.
Offerta lägger overflow:none på body
This file contains 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
#offerta_plugins_ratings_list .noscript-fallback { | |
display: none; | |
} | |
body { | |
overflow: hidden; | |
margin: 0; | |
padding: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment