Explorar o código

Merge pull request #141 from tptb/master

embed_original: change overflow for the iframe content from hidden to auto
Andrew Dolgov %!s(int64=11) %!d(string=hai) anos
pai
achega
af4204def2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;