Skip to content

Commit

Permalink
Remove Internet Explorer leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and XhmikosR committed Mar 18, 2020
1 parent a25523f commit 1c59242
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,19 +181,10 @@

.modal-dialog-scrollable {
max-height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);

.modal-content {
max-height: subtract(100vh, $modal-dialog-margin-y-sm-up * 2);
}
}

.modal-dialog-centered {
min-height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);

&::before {
height: subtract(100vh, $modal-dialog-margin-y-sm-up * 2);
height: min-content;
}
}

.modal-content {
Expand Down

0 comments on commit 1c59242

Please sign in to comment.