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,