aboutsummaryrefslogtreecommitdiff
path: root/lib/modals.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 04:17:33 -0800
committerMark Otto <[email protected]>2012-01-07 04:17:33 -0800
commite594107f37ede1ea8bee05d8f4b22aeba89bf458 (patch)
treec404db709831a1b4ec5d653067d95ce5967b87fc /lib/modals.less
parent5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159 (diff)
downloadbootstrap-e594107f37ede1ea8bee05d8f4b22aeba89bf458.tar.xz
bootstrap-e594107f37ede1ea8bee05d8f4b22aeba89bf458.zip
change up the z-indexing and add some popover/twipsy content to the test modal on the js docs to help avoid future bugs
Diffstat (limited to 'lib/modals.less')
-rw-r--r--lib/modals.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/modals.less b/lib/modals.less
index 8183194b7..dbac5ff87 100644
--- a/lib/modals.less
+++ b/lib/modals.less
@@ -7,7 +7,7 @@
right: 0;
bottom: 0;
left: 0;
- z-index: @zindexPopover;
+ z-index: @zindexModalBackdrop;
background-color: @black;
// Fade for backdrop
&.fade { opacity: 0; }
@@ -22,7 +22,7 @@
position: fixed;
top: 50%;
left: 50%;
- z-index: 11000;
+ z-index: @zindexModal;
max-height: 500px;
overflow: auto;
width: 560px;