From 3a99b98ad9ef1d7bfbcfbe4311147562ffefc4e6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 8 Sep 2011 23:08:38 -0700 Subject: make dropdown menus appear above other elements on the page with a z-index --- lib/patterns.less | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/patterns.less') 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; -- cgit v1.2.3