Fixed dropdown boxes being clipped in dialogs, updated Meteor

This commit is contained in:
Thaum Rystra
2018-01-26 18:18:34 +02:00
parent 0636042878
commit 67956d9a42
5 changed files with 42 additions and 42 deletions

View File

@@ -68,7 +68,7 @@
transform-origin: top left;
transition: top 400ms ease, left 400ms ease;
z-index: 3;
overflow: hidden;
overflow: visible;
}
.dialog-stack .dialog .testButton {