1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00

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

View File

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