aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/index.scss
diff options
context:
space:
mode:
authorDan Miller <danjm.com@gmail.com>2018-12-04 04:13:32 +0800
committerDan Miller <danjm.com@gmail.com>2018-12-04 11:36:22 +0800
commit8194309a9a7319bcebd6761a4596c208375adfab (patch)
treec8d9dbf1a3b393573f51af2563cdc3f589b1a162 /ui/app/components/gas-customization/gas-modal-page-container/index.scss
parentd8e41a6aa5a4c64538063c6dde7afdf77b0e5793 (diff)
downloadtangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar.gz
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar.bz2
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar.lz
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar.xz
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar.zst
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.zip
Fix styling of send screen in extension view when hex data on.
Diffstat (limited to 'ui/app/components/gas-customization/gas-modal-page-container/index.scss')
-rw-r--r--ui/app/components/gas-customization/gas-modal-page-container/index.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/app/components/gas-customization/gas-modal-page-container/index.scss b/ui/app/components/gas-customization/gas-modal-page-container/index.scss
index 6c76f1bdd..efba24e02 100644
--- a/ui/app/components/gas-customization/gas-modal-page-container/index.scss
+++ b/ui/app/components/gas-customization/gas-modal-page-container/index.scss
@@ -5,9 +5,15 @@
.page-container {
max-width: 391px;
min-height: 585px;
+ overflow-y: initial;
@media screen and (max-width: $break-small) {
max-width: 344px;
+
+ &__content {
+ display: flex;
+ overflow-y: initial;
+ }
}
&__header {