Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/bootstrap/_modal.scss')
-rw-r--r--assets/css/bootstrap/_modal.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/bootstrap/_modal.scss b/assets/css/bootstrap/_modal.scss
index 9053c17..a6d0f06 100644
--- a/assets/css/bootstrap/_modal.scss
+++ b/assets/css/bootstrap/_modal.scss
@@ -83,6 +83,7 @@
&::before {
display: block; // IE10
height: subtract(100vh, $modal-dialog-margin * 2);
+ height: min-content; // Reset height to 0 except on IE
content: "";
}
@@ -217,6 +218,7 @@
&::before {
height: subtract(100vh, $modal-dialog-margin-y-sm-up * 2);
+ height: min-content;
}
}