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:
parent
ce1975fbb4
commit
014240b066
@ -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…
Reference in New Issue
Block a user