From 3d1dc5918e0e1c1cda607747aa314e7636eeea32 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Thu, 13 Jul 2023 21:49:12 +0200 Subject: [PATCH] Styles for the Editable with ContentTools plugin --- assets/css/misc.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/misc.css b/assets/css/misc.css index 9f59e31..48a6aa0 100755 --- a/assets/css/misc.css +++ b/assets/css/misc.css @@ -108,4 +108,9 @@ @media screen and (max-width: 736px) { #header .main ul li.login-logout { - display: none; } } \ No newline at end of file + display: none; } } + +/* Support for Editable with ContentTools plugin */ +.ct-widget.ct-ignition { + z-index: 10015; +}