Skip to content

Commit

Permalink
Merge pull request #1354 from cozy/fix/modal-overflow
Browse files Browse the repository at this point in the history
fix(Modal): Use overflow auto
  • Loading branch information
drazik authored Jan 16, 2020
2 parents f4f8569 + ff0e0df commit 21e957b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylus/components/modals.styl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $modal-wrapper
box-sizing border-box
width 100vw
height 100%
overflow-y scroll
overflow-y auto
padding large-margin

+small-screen()
Expand Down

0 comments on commit 21e957b

Please sign in to comment.