aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-08 23:08:38 -0700
committerMark Otto <[email protected]>2011-09-08 23:08:38 -0700
commit3a99b98ad9ef1d7bfbcfbe4311147562ffefc4e6 (patch)
tree6978698825db731974c14f0c6d2816016e8aed00 /lib/patterns.less
parent1a8fb2dbf76b19c899ff8ae73a87c3727c1113cf (diff)
downloadbootstrap-3a99b98ad9ef1d7bfbcfbe4311147562ffefc4e6.tar.xz
bootstrap-3a99b98ad9ef1d7bfbcfbe4311147562ffefc4e6.zip
make dropdown menus appear above other elements on the page with a z-index
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index b6d8a23eb..e76cbd475 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -240,6 +240,7 @@ a.menu:after,
display: none; // None by default, but block on "open" of the menu
position: absolute;
top: 40px;
+ z-index: 900;
min-width: 160px;
max-width: 220px;
_width: 160px;