Merge pull request #141 from tptb/master
embed_original: change overflow for the iframe content from hidden to auto
This commit is contained in:
커밋
af4204def2
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