Fix Issue #2823 - Ugly scrollbars in oembed iframes and broken resizing
- Fix _resizeIframe function, shorten the timeout between calls - Simplify the oembed iframe generation code and reduce the minimum iframe height to 200px - Add smooth CSS transition for iframe resizing
This commit is contained in:
parent
9f17b925c6
commit
76b1b109e5
3 changed files with 30 additions and 25 deletions
|
@ -115,6 +115,7 @@ span.connector {
|
|||
|
||||
.embed_rich {
|
||||
display: block;
|
||||
transition: height .75s;
|
||||
}
|
||||
|
||||
/* Shared Messages */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue