From 60124a9169a4a8cf08d73793216e14d76a60adc0 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 1 Sep 2015 13:09:08 +0200 Subject: fix nav bar over floating text editor --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 2ec843a..16b0934 100644 --- a/css/style.css +++ b/css/style.css @@ -41,7 +41,7 @@ left: 15%; width: 70%; height: 88%; - z-index:1002; + z-index: 9999; overflow: hidden; background-color: #fff; border-radius: 3px; @@ -49,6 +49,7 @@ } #editor_container.hasPreview { + z-index: 1002; width: 100%; height: 100%; top: 0; -- cgit v1.2.3