2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

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.
This commit is contained in:
Mark Otto
2013-08-19 09:31:16 -07:00
parent b569836126
commit 7bc845abfa
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -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;