increase z-index of send-to input to allow for right-click (#5242)

This commit is contained in:
Chad Grimaldi 2018-09-12 22:57:35 -04:00 committed by Whymarrh Whitby
parent ce1975fbb4
commit 014240b066
1 changed files with 4 additions and 0 deletions

View File

@ -622,12 +622,14 @@
position: relative;
&__down-caret {
z-index: 1051;
position: absolute;
top: 18px;
right: 12px;
}
&__qr-code {
z-index: 1051;
position: absolute;
top: 13px;
right: 33px;
@ -647,6 +649,8 @@
&__to-autocomplete, &__memo-text-area, &__hex-data {
&__input {
z-index: 1050;
position: relative;
height: 54px;
width: 100%;
border: 1px solid $alto;