Skip to content

Commit

Permalink
Merge pull request #5261 from lastblocklabs/style-fix-5242
Browse files Browse the repository at this point in the history
lower input z-index to prevent overlap - follow up style fix to #5242
  • Loading branch information
whymarrh authored Sep 14, 2018
2 parents e8dda78 + 055ddd5 commit d34edaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/app/css/itcss/components/send.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -649,7 +649,7 @@

&__to-autocomplete, &__memo-text-area, &__hex-data {
&__input {
z-index: 1050;
z-index: 1025;
position: relative;
height: 54px;
width: 100%;
Expand Down

0 comments on commit d34edaa

Please sign in to comment.