Hello!
I have a script that relies on an element being hidden with CSS set up as $el {visibility: hidden;} to reveal content on the front end as part of an animation, but it doesn’t fire in the Cornerstone editor, so I can’t preview the section it’s attached to without disabling my CSS. (Which could potentially mess up production if I forget to undo that!)
Is there a class I can add to this like :not(.cornerstoneeditor) $el {visibility: hidden;} to help get around this? I explored in the inspector for a while but nothing I tried was working.
