From b1ef9880d67a3aeb8f19332370d34eb1cbc0ba77 Mon Sep 17 00:00:00 2001 From: Tom Mayel Date: Fri, 5 Apr 2024 18:51:33 +0100 Subject: [PATCH] fix(extension): fix infinite scroll on PopupView --- .../src/components/Layout/MainLayout.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/browser-extension-wallet/src/components/Layout/MainLayout.module.scss b/apps/browser-extension-wallet/src/components/Layout/MainLayout.module.scss index 984549d0d..1d6d8f2d1 100644 --- a/apps/browser-extension-wallet/src/components/Layout/MainLayout.module.scss +++ b/apps/browser-extension-wallet/src/components/Layout/MainLayout.module.scss @@ -21,7 +21,6 @@ display: flex; min-height: 0; width: 100%; - flex-direction: column; > * { width: 100%; }