Skip to content

Commit

Permalink
Modal card broken on IE11 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damanwiththeplan authored and jgthms committed Jul 23, 2018
1 parent 607eb78 commit 19704da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sass/components/modal.sass
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ $modal-card-body-padding: 20px !default
flex-direction: column
max-height: calc(100vh - #{$modal-card-spacing})
overflow: hidden
-ms-overflow-y: visible

.modal-card-head,
.modal-card-foot
Expand Down

0 comments on commit 19704da

Please sign in to comment.