Skip to content

Commit

Permalink
Fix menu in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 9, 2024
1 parent a071904 commit 417de7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function Header() {

return (
<header className="sticky mt-4 top-4 z-50 px-2 md:px-4 md:flex justify-center">
<nav className="border border-border px-4 flex items-center backdrop-filter backdrop-blur-xl bg-[#FFFFFF] dark:bg-[#121212] bg-opacity-70 h-[50px] z-20">
<nav className="border border-border px-4 flex items-center backdrop-filter backdrop-blur-xl bg-[#FFFFFF] dark:bg-[#121212] bg-opacity-70 h-[50px] z-20 relative">
<ContextMenu>
<ContextMenuTrigger>
<Link href="/">
Expand Down

0 comments on commit 417de7d

Please sign in to comment.