From bc4a9d383a2cea1ba7a646971ea49f0355646375 Mon Sep 17 00:00:00 2001 From: Onno Visser Date: Thu, 31 Aug 2023 10:54:18 +0200 Subject: [PATCH] Centrifuge App: Make wallet button non sticky (#1559) --- centrifuge-app/src/components/LayoutBase/styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centrifuge-app/src/components/LayoutBase/styles.tsx b/centrifuge-app/src/components/LayoutBase/styles.tsx index bf6e22e4fe..ae351ddf12 100644 --- a/centrifuge-app/src/components/LayoutBase/styles.tsx +++ b/centrifuge-app/src/components/LayoutBase/styles.tsx @@ -113,7 +113,7 @@ export const LogoContainer = styled(Stack)` export const WalletContainer = styled(Stack)` z-index: ${({ theme }) => theme.zIndices.header}; - position: sticky; + /* position: sticky; */ top: 0; grid-area: wallet; // WalletContainer & WalletPositioner are positioned above the main content and would block user interaction (click).