embed_original: change overflow for the iframe content from hidden to auto
Without this change only a portion of the original website is embedded in Firefox 20. The Chromium 26 behavior is as expected with hidden and auto.
This commit is contained in:
父節點
b1df14d0ec
當前提交
20a4022277
共有 1 個文件被更改,包括 2 次插入 和 2 次删除
|
@ -1,12 +1,12 @@
|
|||
div.cdmContentInner iframe.embeddedContent {
|
||||
overflow : hidden;
|
||||
overflow : auto;
|
||||
width : 100%;
|
||||
height : 600px;
|
||||
border-width : 0px;
|
||||
}
|
||||
|
||||
div.postContent iframe.embeddedContent {
|
||||
overflow : hidden;
|
||||
overflow : auto;
|
||||
width : 100%;
|
||||
height : 100%;
|
||||
border-width : 0px;
|
||||
|
|
載入中…
Reference in a new issue