From 03aae4d6fba0bf6f428fbece189ddc22d18a650c Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Wed, 20 Mar 2019 13:59:31 -0230 Subject: [PATCH] Fix oversized loading overlay on gas customization modal. --- .../gas-modal-page-container/advanced-tab-content/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/app/components/app/gas-customization/gas-modal-page-container/advanced-tab-content/index.scss b/ui/app/components/app/gas-customization/gas-modal-page-container/advanced-tab-content/index.scss index 53cb84791633..20a503018eb2 100644 --- a/ui/app/components/app/gas-customization/gas-modal-page-container/advanced-tab-content/index.scss +++ b/ui/app/components/app/gas-customization/gas-modal-page-container/advanced-tab-content/index.scss @@ -63,6 +63,10 @@ font-size: 10px; color: #888EA3; } + + .loading-overlay { + height: auto; + } } &__slider-container {