From 2cb7f8a25c8024c65010f38a5e3f83a3a42f6636 Mon Sep 17 00:00:00 2001 From: Mark MacKay Date: Tue, 14 Aug 2012 04:30:37 -0500 Subject: [PATCH] adding small fix for borked z-index in menus --- editor/svg-editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index c7bd59b..867c24e 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -65,7 +65,7 @@ html, body { padding: 0 0 0 50px; background: #2f2f2c; position: relative; - z-index: 1; + z-index: 2; } #menu_bar.active .menu.open .menu_list {