diff options
| author | Mark Otto <[email protected]> | 2012-01-07 04:07:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 04:07:53 -0800 |
| commit | 5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159 (patch) | |
| tree | 9f2497e700fab116e81542f33da26ebc6114e022 /lib/modals.less | |
| parent | 8bdaf1f36451266064ec460b87a12f21a2caa65b (diff) | |
| download | bootstrap-5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159.tar.xz bootstrap-5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159.zip | |
another quick pass at ranking all zindexes and listing them in variables for quick overview and editing later
Diffstat (limited to 'lib/modals.less')
| -rw-r--r-- | lib/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modals.less b/lib/modals.less index 96f9a488e..8183194b7 100644 --- a/lib/modals.less +++ b/lib/modals.less @@ -7,7 +7,7 @@ right: 0; bottom: 0; left: 0; - z-index: 10000; + z-index: @zindexPopover; background-color: @black; // Fade for backdrop &.fade { opacity: 0; } |
