Merge pull request #36 from lukemuller/master
Fixed iOS bug for Image Hotspots and iFramespull/38/head
commit
918084647f
|
@ -147,7 +147,9 @@ div.h5p-fullscreen {
|
|||
z-index: 20;
|
||||
}
|
||||
.h5p-iframe-wrapper iframe.h5p-iframe {
|
||||
width: 100%;
|
||||
width: 10px;
|
||||
min-width: 100%;
|
||||
*width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue