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:
authorGleb Mazovetskiy <glebm@google.com>2015-03-07 21:58:03 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-03-16 18:38:18 +0300
commite0ddfcdf288c23bd97b8511a290db7291ccf1860 (patch)
tree5edf3199c6de2c42317084290b19b6cac1ddbe89 /assets/stylesheets/bootstrap/_modals.scss
parent606c0f083b6b316ffb75be2fd27107a43f822d7b (diff)
rake convert
Diffstat (limited to 'assets/stylesheets/bootstrap/_modals.scss')
-rw-r--r--assets/stylesheets/bootstrap/_modals.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/stylesheets/bootstrap/_modals.scss b/assets/stylesheets/bootstrap/_modals.scss
index 2fd097c..837558e 100644
--- a/assets/stylesheets/bootstrap/_modals.scss
+++ b/assets/stylesheets/bootstrap/_modals.scss
@@ -62,10 +62,12 @@
// Modal background
.modal-backdrop {
- position: absolute;
+ position: fixed;
top: 0;
right: 0;
+ bottom: 0;
left: 0;
+ z-index: $zindex-modal-background;
background-color: $modal-backdrop-bg;
// Fade for backdrop
&.fade { @include opacity(0); }