From e599750d6fb242488565c972c749e014247c82c8 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Tue, 30 Apr 2013 16:03:05 +0200 Subject: [PATCH] 1 chrome shows dropdown menu under editor --- public/style.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/style.less b/public/style.less index bc53ec9..568afca 100644 --- a/public/style.less +++ b/public/style.less @@ -23,6 +23,7 @@ body { height: @header-height; width: 100%; background-color: black; + z-index: 1; /* fixes chrome dropdown-menu. TODO: Why do I need to mess with z-index only to make Chrome work?*/ } #htext { @@ -58,6 +59,7 @@ body { } @tabs-height: 38px; + #tabs { margin: 0; position: absolute; @@ -94,4 +96,4 @@ body { .navbar-inverse i[class*="icon-"] { background-image: url("/lib/img/glyphicons-halflings-white.png"); } -/* end -- icon inverse mod */ \ No newline at end of file + end -- icon inverse mod */ \ No newline at end of file