Skip to content

Commit

Permalink
Centrifuge App: Make wallet button non sticky (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovisser authored Aug 31, 2023
1 parent 6cce32a commit bc4a9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/LayoutBase/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit bc4a9d3

Please sign in to comment.