Skip to content

Commit

Permalink
fix(suite): scroll page header on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
enjojoy committed Jan 6, 2025
1 parent c06bc26 commit 852b857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Container = styled.div`
padding: ${spacingsPx.xs} ${spacingsPx.md};
background: ${({ theme }) => theme.backgroundSurfaceElevation0};
border-bottom: 1px solid ${({ theme }) => theme.borderElevation1};
overflow: hidden;
overflow: auto hidden;
z-index: ${zIndices.pageHeader};
`;

Expand Down

0 comments on commit 852b857

Please sign in to comment.