fix: Position Add Email Address Dialog to the top

This commit is contained in:
Chi Vinh Le
2019-06-14 00:08:37 +02:00
parent 4eef6f4218
commit fc1e51ed62
2 changed files with 13 additions and 1 deletions
@@ -0,0 +1,6 @@
.dialog {
border: none;
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
width: 400px;
top: 10px;
}