CP editor interaction popup has z-index 100, so confirmation dialog must have z-index 101
HFJ-1572pull/18/head
parent
233b5e7653
commit
711b9326bc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue