CP editor interaction popup has z-index 100, so confirmation dialog must have z-index 101

HFJ-1572
pull/18/head
Thomas Marstrander 2016-04-08 13:49:06 +02:00
parent 233b5e7653
commit 711b9326bc
1 changed files with 1 additions and 1 deletions

View File

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