]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use proper variable for .dropdown-backdrop's z-index 18883/head
authorChris Rebert <code@chrisrebert.com>
Thu, 14 Jan 2016 00:21:52 +0000 (16:21 -0800)
committerChris Rebert <code@chrisrebert.com>
Thu, 14 Jan 2016 00:21:52 +0000 (16:21 -0800)
scss/_dropdown.scss
scss/_variables.scss

index d9776d59c6600d0de38aa3f7638737c862e4c199..a21989779aa599cd95b1fae03cd29220eeb6fcf5 100644 (file)
   right: 0;
   bottom: 0;
   left: 0;
-  z-index: ($zindex-dropdown - 10);
+  z-index: $zindex-dropdown-backdrop;
 }
 
 // Right aligned dropdowns
index cb478d76a15ec031f51a76d9c8d8fa19beadc27d..da987b9376866c9cf7c99aa073ae03f19befd752 100644 (file)
@@ -359,6 +359,7 @@ $dropdown-header-color:          $gray-light !default;
 // Warning: Avoid customizing these values. They're used for a bird's eye view
 // of components dependent on the z-axis and are designed to all work together.
 
+$zindex-dropdown-backdrop:  990 !default;
 $zindex-navbar:            1000 !default;
 $zindex-dropdown:          1000 !default;
 $zindex-popover:           1060 !default;