Skip to content

Commit

Permalink
fix for #176
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 9, 2017
1 parent 4865aaa commit 5a84aa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stylus/components/_modals.styl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
z-index: 1001
transition: .3s ease-in-out
max-height: 55%
overflow-x: auto
overflow-x: hidden
overflow-y: auto
@extend .z-depth-3

&--bottom
Expand Down

0 comments on commit 5a84aa9

Please sign in to comment.