Parcourir la source

Merge pull request #141 from tptb/master

embed_original: change overflow for the iframe content from hidden to auto
Andrew Dolgov il y a 11 ans
Parent
commit
af4204def2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      plugins/embed_original/init.css

+ 2 - 2
plugins/embed_original/init.css

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