Skip to content

Commit a5374b2

Browse files
authored
fix(modal.scss): re-add overflow-y (#190)
fixes #187 Needed for modal's content when the modal's viewport window is drastically short.
1 parent ef97987 commit a5374b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/modal/_modal.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
}
9090

9191
.bx--modal-content {
92+
overflow-y: auto;
9293
margin-bottom: rem(48px);
9394

9495
> * {

0 commit comments

Comments
 (0)