From 3bdbe7e538b395927bc73768187d0977d6bd204f Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Fri, 24 Feb 2017 14:36:08 +0000 Subject: [PATCH] Set synctex controls z-index to the minimum working value. --- services/web/public/coffee/ide/directives/layout.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/coffee/ide/directives/layout.coffee b/services/web/public/coffee/ide/directives/layout.coffee index f20a37b342..7506c410f2 100644 --- a/services/web/public/coffee/ide/directives/layout.coffee +++ b/services/web/public/coffee/ide/directives/layout.coffee @@ -55,7 +55,7 @@ define [ controls.css({ position: "absolute" right: state.east.size - "z-index": 10 + "z-index": 3 }) resetOpenStates = () ->