1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Fix oversized loading overlay on gas customization modal. (#6326)

This commit is contained in:
Dan J Miller 2019-03-22 12:20:37 -02:30 committed by GitHub
parent 2b992d2946
commit 174ec2d596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,10 @@
font-size: 10px;
color: #888EA3;
}
.loading-overlay {
height: auto;
}
}
&__slider-container {