Skip to content

Commit

Permalink
also hide x overflow when body has the noscroll class
Browse files Browse the repository at this point in the history
  • Loading branch information
lieuwex committed Dec 25, 2015
1 parent 17cd3bd commit 2e8d66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body
-webkit-overflow-scrolling: auto

body.noscroll
overflow-y: hidden
overflow: hidden

button.btn-trans
background-color: transparent
Expand Down

0 comments on commit 2e8d66a

Please sign in to comment.