From 6bb513a1c157961b2d4cd22892bee094e9893004 Mon Sep 17 00:00:00 2001 From: tomasklim Date: Thu, 3 Oct 2024 16:14:24 +0200 Subject: [PATCH] fix(suite): prevent overflowing in tokens and tx history --- .../src/components/suite/layouts/SuiteLayout/SuiteLayout.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/suite/src/components/suite/layouts/SuiteLayout/SuiteLayout.tsx b/packages/suite/src/components/suite/layouts/SuiteLayout/SuiteLayout.tsx index 1af352ac6d8..7937741f67e 100644 --- a/packages/suite/src/components/suite/layouts/SuiteLayout/SuiteLayout.tsx +++ b/packages/suite/src/components/suite/layouts/SuiteLayout/SuiteLayout.tsx @@ -94,10 +94,7 @@ export const MainBar = styled.div` flex: 1; flex-direction: column; align-items: center; - - ${variables.SCREEN_QUERY.BELOW_LAPTOP} { - overflow-x: hidden; - } + overflow-x: hidden; `; interface SuiteLayoutProps {