Hi, I’ve stumbled upon a solution to this problem. Copy the following in a aq-iframe.css
file inside Obsidian’s CSS Snippets folder.
.aq {
width: 480px;
height: 500px;
overflow: scroll;
}
Make sure to enable the rule, and that’s it.
You need to specify the class attribute inside the <iframe class="aq" >...</iframe>
tag, so this rule will apply only to your AirrQuotes iframes not EVERY iframe embedded in Obsidian. Hope this helps, cheers