1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #5261 from lastblocklabs/style-fix-5242

lower input z-index to prevent overlap - follow up style fix to #5242
This commit is contained in:
Whymarrh Whitby 2018-09-14 09:17:43 -07:00 committed by GitHub
commit d34edaada1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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