Styles for the Editable with ContentTools plugin

This commit is contained in:
pmoreno.rodriguez 2023-07-13 21:49:12 +02:00
parent 1ca49f4e67
commit 3d1dc5918e

View file

@ -108,4 +108,9 @@
@media screen and (max-width: 736px) {
#header .main ul li.login-logout {
display: none; } }
display: none; } }
/* Support for Editable with ContentTools plugin */
.ct-widget.ct-ignition {
z-index: 10015;
}