Skip to content

Commit

Permalink
prevent scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Chew committed Apr 13, 2017
1 parent 66f7c25 commit 8253f0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions style.css
Expand Up @@ -5,6 +5,15 @@ html, body {
background-color: #9AE8B6;
color: #4B37E8;
}

div.wrap {
height:100%; overflow:hidden;
}

body {
overflow: hidden;
}

#wrapper {
min-height:100%;
position:relative;
Expand Down

0 comments on commit 8253f0a

Please sign in to comment.