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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTejas Bubane <tejasbubane@gmail.com>2020-05-17 20:00:46 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2020-05-18 21:18:18 +0300
commit931a680337506c115ee276c3830d322fdafac029 (patch)
treea23eb3c2582f4df1de10ff5b9237536480c95488 /assets/stylesheets/bootstrap/_modal.scss
parent5d8c6b7117ffe5e1a4eb76126728aa26dd8c89d4 (diff)
rake 'update[v4.5.0]'
Diffstat (limited to 'assets/stylesheets/bootstrap/_modal.scss')
-rw-r--r--assets/stylesheets/bootstrap/_modal.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/stylesheets/bootstrap/_modal.scss b/assets/stylesheets/bootstrap/_modal.scss
index 9053c17..a6d0f06 100644
--- a/assets/stylesheets/bootstrap/_modal.scss
+++ b/assets/stylesheets/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;
}
}