aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-19 09:31:16 -0700
committerMark Otto <[email protected]>2013-08-19 09:31:16 -0700
commit7bc845abfa7aed4c1647ff537bd8bca80df20da3 (patch)
tree0e9a9b998927a0e53583551fcc0d8cb79b459f6b /less/variables.less
parentb5698361266345c653e7b21ec109bb0f9592129c (diff)
downloadbootstrap-7bc845abfa7aed4c1647ff537bd8bca80df20da3.tar.xz
bootstrap-7bc845abfa7aed4c1647ff537bd8bca80df20da3.zip
Add default navbar z-index to fix #9844
iOS doesn't pick up the z-indexing properly on the dropdowns unless you specify one for the parent navbar.
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index 958f9515c..fa623e283 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -188,6 +188,7 @@
// Used for a bird's eye view of components dependent on the z-axis
// Try to avoid customizing these :)
+@zindex-navbar: 1000;
@zindex-dropdown: 1000;
@zindex-popover: 1010;
@zindex-tooltip: 1030;