We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205beb9 commit 2978a02Copy full SHA for 2978a02
webapp/app/[locale]/_components/navbar/index.tsx
@@ -45,7 +45,7 @@ export const Navbar = function () {
45
46
return (
47
<>
48
- <div className="md:h-98vh flex h-[calc(100dvh-56px)] flex-col px-3 pt-3 md:pt-0 [&>*]:md:ml-3 [&>*]:md:pr-3">
+ <div className="md:h-98vh flex h-[calc(100dvh-56px)] flex-col bg-white px-3 pt-3 md:pt-0 [&>*]:md:ml-3 [&>*]:md:pr-3">
49
<div className="hidden h-24 items-center justify-center md:flex">
50
<div className="flex h-1/3 w-1/3">
51
<Link className="w-full" href={href}>
0 commit comments