Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Dec 20, 2024
1 parent c2e7acf commit 514b9c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ const $Header = styled.header<{ $side: 'top' | 'bottom' }>`
flex: 1;
${layoutMixins.row}
justify-content: space-between;
background-color: var(--trigger-backgroundColor);
z-index: var(--stickyHeader-zIndex);
`;

Expand Down

0 comments on commit 514b9c2

Please sign in to comment.