Fixed dialog stacking animation

This commit is contained in:
Stefan Zermatten
2021-04-13 11:41:14 +02:00
parent cfb1414494
commit ce9b9199ec

View File

@@ -279,6 +279,7 @@
pointer-events: initial;
z-index: 1;
overflow: hidden;
transition: all .3s ease;
}
.dialog > * {
height: 100%;