From 665aea29b5a699d0356e4dc5c332a2cfb4ebbc03 Mon Sep 17 00:00:00 2001 From: katspaugh Date: Tue, 21 Nov 2023 09:08:26 +0100 Subject: [PATCH] Fix: double scroll bar in safe apps --- src/components/safe-apps/AppFrame/styles.module.css | 1 + src/styles/globals.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/safe-apps/AppFrame/styles.module.css b/src/components/safe-apps/AppFrame/styles.module.css index 60ed8e1e43..b78dd5a04f 100644 --- a/src/components/safe-apps/AppFrame/styles.module.css +++ b/src/components/safe-apps/AppFrame/styles.module.css @@ -4,6 +4,7 @@ } .iframe { + display: block; height: 100%; width: 100%; overflow: auto; diff --git a/src/styles/globals.css b/src/styles/globals.css index 91c240e053..dc82e39803 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -35,7 +35,6 @@ button { :root { --header-height: 52px; --footer-height: 67px; - --import-export-widget-height: 166px; } input::-webkit-outer-spin-button,