Hello there!
I have had MCL installed for a bit (thanks for your work!) but only just noticed the Mermaid Scale and Zoom feature that had note about zoom not working in edit view on https://efemkay.github.io/obsidian-modular-css-layout/gallery-cards/03-image-control/
I happened across this: https://stackoverflow.com/a/78935771 and it seems to work fine when I disable MCL. But by adding max-width: unset !important; to .mermaid:hover svg both MCL and zoom work. Not sure if that will assist you.
Hello there!
I have had MCL installed for a bit (thanks for your work!) but only just noticed the Mermaid Scale and Zoom feature that had note about zoom not working in edit view on https://efemkay.github.io/obsidian-modular-css-layout/gallery-cards/03-image-control/
I happened across this: https://stackoverflow.com/a/78935771 and it seems to work fine when I disable MCL. But by adding
max-width: unset !important;to.mermaid:hover svgboth MCL and zoom work. Not sure if that will assist you.