mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
increase z-index of send-to input to allow for right-click (#5242)
This commit is contained in:
parent
ce1975fbb4
commit
014240b066
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user