Merge pull request #141 from tptb/master
embed_original: change overflow for the iframe content from hidden to auto
Este commit está contenido en:
commit
af4204def2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
|
@ -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;
|
||||
|
|
Cargando…
Referenciar en una nueva incidencia