Skip to content

Commit

Permalink
Less aggressive z-index value for app header.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed May 4, 2023
1 parent ad85459 commit 48efb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function Title() {
paddingLeft: 4,
paddingRight: 4,
position: 'fixed',
zIndex: 9000,
zIndex: 999,
}}
paddingSize="xs"
>
Expand Down

0 comments on commit 48efb56

Please sign in to comment.