From c45f590e9f41eb76e1e2189d4bed4ed4cac90f58 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 27 Sep 2020 23:03:05 +0200 Subject: [PATCH] put edit link balloon below z-index of dialogs, closes #1272 --- src/public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 73592d2f4..dc1cfa22c 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -854,5 +854,5 @@ ul.fancytree-container li { /** ckeditor's autocomplete */ .ck.ck-balloon-panel { - z-index: 10001; + z-index: 1001; }