mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix oversized loading overlay on gas customization modal. (#6326)
This commit is contained in:
parent
2b992d2946
commit
174ec2d596
@ -63,6 +63,10 @@
|
|||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: #888EA3;
|
color: #888EA3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loading-overlay {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__slider-container {
|
&__slider-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user