From b57221e4cafd60d18e9a8cd5b2105f561656c2cf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 30 Jun 2011 11:13:00 -0700 Subject: attempts to resolve bad chrome position fixed bug --- lib/patterns.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/patterns.less') diff --git a/lib/patterns.less b/lib/patterns.less index 4d183c6f5..cdc82d1fe 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -13,7 +13,7 @@ div.topbar { top: 0; left: 0; right: 0; - z-index: 100; + z-index: 1000; overflow: visible; @shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1); .box-shadow(@shadow); @@ -21,7 +21,6 @@ div.topbar { a { color: @grayLight; text-shadow: 0 -1px 0 rgba(0,0,0,.25); - .transition(all linear .1s); } // Hover and active states for links ul li a:hover, -- cgit v1.2.3