Fixed some dialog animation edge cases

This commit is contained in:
Stefan Zermatten
2017-01-27 15:34:59 +02:00
parent 3530eefb2a
commit fd21f4f7d7
4 changed files with 55 additions and 16 deletions

View File

@@ -66,6 +66,9 @@
0 5px 5px -3px rgba(0, 0, 0, 0.4);
border-radius: 2px;
transform-origin: top left;
transition: top 400ms ease, left 400ms ease;
z-index: 3;
overflow: hidden;
}
.dialog-stack .dialog .testButton {