Browse Source

Merge pull request #141 from tptb/master

embed_original: change overflow for the iframe content from hidden to auto
Andrew Dolgov 11 years ago
parent
commit
af4204def2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/embed_original/init.css

+ 2 - 2
plugins/embed_original/init.css

@@ -1,12 +1,12 @@
 div.cdmContentInner iframe.embeddedContent {
 div.cdmContentInner iframe.embeddedContent {
-	overflow : hidden;
+	overflow : auto;
 	width : 100%;
 	width : 100%;
 	height : 600px;
 	height : 600px;
 	border-width : 0px;
 	border-width : 0px;
 }
 }
 
 
 div.postContent iframe.embeddedContent {
 div.postContent iframe.embeddedContent {
-	overflow : hidden;
+	overflow : auto;
 	width : 100%;
 	width : 100%;
 	height : 100%;
 	height : 100%;
 	border-width : 0px;
 	border-width : 0px;