Skip to content

Commit

Permalink
Small UI improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Dec 13, 2024
1 parent c07ee1b commit 2cec3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Header = () => {
const pathname = usePathname();

return (
<div className="flex lg:sticky top-0 navbar bg-base-100 min-h-0 flex-shrink-0 justify-between z-20 px-0 sm:px-2">
<div className="sticky top-0 navbar bg-base-100 min-h-0 flex-shrink-0 justify-between z-20 px-0 sm:px-2">
<div className="navbar-start lg:ml-2">
<div className="flex lg:hidden">
{/* <ConfigMenu /> */}
Expand Down

0 comments on commit 2cec3a1

Please sign in to comment.