Skip to content

Commit

Permalink
fix(popup): prevent scrollbars from showing on desktop unecessarily. C…
Browse files Browse the repository at this point in the history
…loses #3204
  • Loading branch information
perrygovier committed Mar 20, 2015
1 parent e917cae commit b8df44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_popup.scss
Expand Up @@ -74,7 +74,7 @@
}
.popup-body {
padding: 10px;
overflow: scroll;
overflow: auto;
}

.popup-buttons {
Expand Down

0 comments on commit b8df44d

Please sign in to comment.