Make older browsers not show a horizontal scroll bar, because of the header
This commit is contained in:
parent
8e1b93721a
commit
2bf2d3036b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const Navbar = () => {
|
||||||
<header className="sticky border-b top-0 z-40 w-full shadow-md bg-white dark:border-b-slate-800 dark:bg-background">
|
<header className="sticky border-b top-0 z-40 w-full shadow-md bg-white dark:border-b-slate-800 dark:bg-background">
|
||||||
{/* LOGO LEFT NAVBAR */}
|
{/* LOGO LEFT NAVBAR */}
|
||||||
<NavigationMenu className="mx-auto">
|
<NavigationMenu className="mx-auto">
|
||||||
<NavigationMenuList className="container h-16 px-4 w-screen flex justify-between items-center">
|
<NavigationMenuList className="container h-16 px-4 w-full flex justify-between items-center">
|
||||||
<NavigationMenuItem className="font-bold flex items-center">
|
<NavigationMenuItem className="font-bold flex items-center">
|
||||||
<Link href="/#" className="inline-flex items-center gap-2">
|
<Link href="/#" className="inline-flex items-center gap-2">
|
||||||
<Logo width={120} height={40} />
|
<Logo width={120} height={40} />
|
||||||
|
|
Loading…
Reference in a new issue