Changed z-index of semi-fullscreen to 1000 to have priority over all drupal elements.

semantics-font
Thomas Marstrander 2015-04-14 13:41:27 +02:00
parent 9a92a61484
commit 2725f591b7
1 changed files with 1 additions and 1 deletions

View File

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