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

feature/default_network_editable
Chad Grimaldi 6 years ago committed by Whymarrh Whitby
parent ce1975fbb4
commit 014240b066
  1. 4
      ui/app/css/itcss/components/send.scss

@ -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;

Loading…
Cancel
Save