Skip to content

Commit

Permalink
removed sticky header in blog analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
chuma-beep committed Dec 8, 2024
1 parent d59a0e4 commit 9101aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/protected/account/analytics/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function Analytics() {
return (
<div className="flex min-h-screen w-full flex-col bg-muted/40">
<ToastContainer/>
<header className="sticky top-0 z-30 flex h-14 items-center gap-4 border-b bg-background px-4">
<header className="top-0 flex h-14 items-center gap-4 border-b bg-background px-4">
<span className="lg:hidden">
<MdOutlineAnalytics className="w-6 h-6" />
<span className="sr-only">Home</span>
Expand Down

0 comments on commit 9101aa9

Please sign in to comment.