Skip to content

Commit

Permalink
fix(modal.scss): re-add overflow-y (#190)
Browse files Browse the repository at this point in the history
fixes #187

Needed for modal's content when the modal's viewport window is drastically short.
  • Loading branch information
hellobrian committed Jun 19, 2017
1 parent ef97987 commit a5374b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
}

.bx--modal-content {
overflow-y: auto;
margin-bottom: rem(48px);

> * {
Expand Down

0 comments on commit a5374b2

Please sign in to comment.