We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a763a6d + c52d3a3 commit f47db77Copy full SHA for f47db77
1 file changed
components/Navbar/navbar.tsx
@@ -87,9 +87,9 @@ function Navbar(): JSX.Element {
87
};
88
89
return (
90
- <div className="relative">
+ <div>
91
<div
92
- className={`container flex justify-center fixed items-center w-full backdrop-blur ${drop && 'bg-[#1B1130]/90'} top-0 z-[99] text-white`}
+ className={`flex justify-center fixed items-center w-full backdrop-blur ${drop && 'bg-[#1B1130]/90'} top-0 z-[99] text-white`}
93
>
94
<div className="p-5 flex justify-between h-[75px] w-full items-center">
95
0 commit comments