Skip to content

Commit f47db77

Browse files
Merge master into dependabot/npm_and_yarn/next-15.5.14
2 parents a763a6d + c52d3a3 commit f47db77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/Navbar/navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ function Navbar(): JSX.Element {
8787
};
8888

8989
return (
90-
<div className="relative">
90+
<div>
9191
<div
92-
className={`container flex justify-center fixed items-center w-full backdrop-blur ${drop && 'bg-[#1B1130]/90'} top-0 z-[99] text-white`}
92+
className={`flex justify-center fixed items-center w-full backdrop-blur ${drop && 'bg-[#1B1130]/90'} top-0 z-[99] text-white`}
9393
>
9494
<div className="p-5 flex justify-between h-[75px] w-full items-center">
9595
<div

0 commit comments

Comments
 (0)