follow up style fix to #5242

This commit is contained in:
chadmg 2018-09-13 19:23:04 -04:00
parent ad6e31ec84
commit 055ddd5f1e
1 changed files with 3 additions and 3 deletions

View File

@ -622,14 +622,14 @@
position: relative;
&__down-caret {
z-index: 1051;
z-index: 1026;
position: absolute;
top: 18px;
right: 12px;
}
&__qr-code {
z-index: 1051;
z-index: 1026;
position: absolute;
top: 13px;
right: 33px;
@ -649,7 +649,7 @@
&__to-autocomplete, &__memo-text-area, &__hex-data {
&__input {
z-index: 1050;
z-index: 1025;
position: relative;
height: 54px;
width: 100%;