From 711b9326bcd7ce1676415c1cc9f733d52a99e080 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Fri, 8 Apr 2016 13:49:06 +0200 Subject: [PATCH] CP editor interaction popup has z-index 100, so confirmation dialog must have z-index 101 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 05e3a3f..f8c23ff 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: 11; + z-index: 101; } .h5p-confirmation-dialog-background.hidden {