forked from 0x2620/oxjs
allow iframes
This commit is contained in:
parent
0873d27f92
commit
e6eb5ea1c7
2 changed files with 21 additions and 0 deletions
|
|
@ -971,6 +971,11 @@ OxEditableElement
|
|||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.OxValue iframe, .OxEditableContent iframe {
|
||||
border: none;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue