Section hidden in a backend when animation is set
-
Hi, guys!
Thanks for your great plugin.We have noticed that if animation is set on the section block, then section is hidden on the backend via ‘visiblilty:hidden’ inline style.
This can be fixed by adding a following code in the ‘editor-style.css’ file:
.wp-block-getwid-section {
visibility: visible !important;
}Can you please fix this issue in your next update?
Many thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Section hidden in a backend when animation is set’ is closed to new replies.