Sometimes I do strange things to rows, columns, modules, wrapper divs, etc. such as rotating a module, or using position:absolute to overlay two elements.
I’d like my client’s content managers to be able to edit these elements, but since CSS styles are (thankfully) very active during editing, my extreme styling affects the builder, so one module may be sitting on top of another, so you can’t get to the controls.
I have to manually disable those CSS styles to get around this, which is obviously no good for clients and content managers.
I was thinking a simple body class while editing is active would allow for overriding those styles, but I couldn’t find one.
Any suggestions?
Thanks