From d14ffc9215f2963a812c4057cf8384bc370b9367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Fri, 17 Mar 2017 11:46:12 +0100 Subject: [PATCH] Raise struct inline editors again above content The alternative would be to give the content etc. a z-index of 0. SPR-899 --- css/plugins/struct.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/plugins/struct.less b/css/plugins/struct.less index ccff3f3..34f8512 100755 --- a/css/plugins/struct.less +++ b/css/plugins/struct.less @@ -45,3 +45,7 @@ margin-top: -.5rem; } } + +.dokuwiki .struct_inlineditor { + z-index: 3; +}