From 2725f591b7a25d56afa2ed8a2621dc105aed644b Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Tue, 14 Apr 2015 13:41:27 +0200 Subject: [PATCH] Changed z-index of semi-fullscreen to 1000 to have priority over all drupal elements. --- styles/h5p.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/h5p.css b/styles/h5p.css index fbbeb5b..c5e73bf 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -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;