Merge pull request #141 from tptb/master

embed_original: change overflow for the iframe content from hidden to auto
This commit is contained in:
Andrew Dolgov 2013-04-08 22:02:07 -07:00
commit af4204def2
1 changed files with 2 additions and 2 deletions

View File

@ -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;