diff options
| author | ysds <[email protected]> | 2020-03-12 00:16:42 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-03-18 20:59:27 +0200 |
| commit | 89d90d1f852dce29dbc1067c4a33ce496ee30314 (patch) | |
| tree | ff9e8a7411ad680300d0ff6ef119af78f82850d8 | |
| parent | d9e83671ae40f356c0700efd35e5933636f29101 (diff) | |
| download | bootstrap-89d90d1f852dce29dbc1067c4a33ce496ee30314.tar.xz bootstrap-89d90d1f852dce29dbc1067c4a33ce496ee30314.zip | |
Remove Internet Explorer leftovers
| -rw-r--r-- | scss/_modal.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index 7edbdcfc2..ed6ab4eb1 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -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 { |
