Hi. I'm adding a CSS class to a standard xCP widget on my page that makes its position: fixed relative to the browser window. This makes the widget overlap the "Interactions" panel in the designer. I want the css property to apply only when in runtime.
I know about the js variable xcp.isDesignMode that is true only in design mode.
Is there a .blah-blah-xcp-in-designer CSS class that is added to widgets in xCP designer mode?