From 4da518296e59198ea570c31a04bcd14a460a2409 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Tue, 26 Apr 2016 10:38:41 +0200 Subject: [PATCH] Make sure confirmation dialog is displayed on top of CP interaction as button. HFJ-1572 --- styles/h5p-confirmation-dialog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/h5p-confirmation-dialog.css b/styles/h5p-confirmation-dialog.css index ca55b39..093a6ad 100644 --- a/styles/h5p-confirmation-dialog.css +++ b/styles/h5p-confirmation-dialog.css @@ -11,7 +11,7 @@ -webkit-transition: opacity 0.1s, linear 0s, visibility 0s linear 0s; transition: opacity 0.1s linear 0s, visibility 0s linear 0s; - z-index: 101; + z-index: 201; } .h5p-confirmation-dialog-background.hidden {