mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 02:03:40 -05:00
web/widget: move iframe css outside right panel content
This commit is contained in:
parent
aee4cff572
commit
6b9f6bebd5
1 changed files with 6 additions and 5 deletions
|
@ -1,11 +1,12 @@
|
||||||
div.right-panel-content.widget, div.right-panel-content.element-call {
|
div.right-panel-content.widget, div.right-panel-content.element-call {
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
|
|
||||||
> iframe.widget-iframe {
|
}
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
iframe.widget-iframe {
|
||||||
border: none;
|
width: 100%;
|
||||||
}
|
height: 100%;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.permission-prompt {
|
div.permission-prompt {
|
||||||
|
|
Loading…
Add table
Reference in a new issue