web/widget: move iframe css outside right panel content

This commit is contained in:
Tulir Asokan 2025-03-09 16:41:50 +02:00
parent aee4cff572
commit 6b9f6bebd5

View file

@ -1,11 +1,12 @@
div.right-panel-content.widget, div.right-panel-content.element-call {
overflow: hidden !important;
> iframe.widget-iframe {
}
iframe.widget-iframe {
width: 100%;
height: 100%;
border: none;
}
}
div.permission-prompt {