mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
follow up style fix to #5242
This commit is contained in:
parent
ad6e31ec84
commit
055ddd5f1e
@ -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;
|
||||
@ -649,7 +649,7 @@
|
||||
|
||||
&__to-autocomplete, &__memo-text-area, &__hex-data {
|
||||
&__input {
|
||||
z-index: 1050;
|
||||
z-index: 1025;
|
||||
position: relative;
|
||||
height: 54px;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user