Dialog fixes (#1043)

* Dialog fixes

* Dialog Alignmet Fixed
This commit is contained in:
Abhishek Kumar 2019-05-01 23:47:55 +05:30 committed by Cassie Tarakajian
parent 07b55d7ee4
commit 76e4363705

View file

@ -1,7 +1,8 @@
.modal {
position: absolute;
top: #{60 / $base-font-size}rem;
right: #{400 / $base-font-size}rem;
right: 50%;
transform: translate(50%, 0);
z-index: 100;
outline: none;
}