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; +}