Changed z-index of semi-fullscreen to 1000 to have priority over all drupal elements.
parent
9a92a61484
commit
2725f591b7
|
@ -124,7 +124,7 @@ div.h5p-fullscreen {
|
|||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 100;
|
||||
z-index: 1000;
|
||||
}
|
||||
.h5p-iframe-wrapper.h5p-semi-fullscreen .buttons {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue