Skip to content

Commit a44a7a3

Browse files
committed
fix
1 parent 30a14cf commit a44a7a3

File tree

1 file changed

+1
-1
lines changed
  • exercises/03.data-fetching/03.problem.filtering-and-pagination/app/routes/_landing.products._index

1 file changed

+1
-1
lines changed

exercises/03.data-fetching/03.problem.filtering-and-pagination/app/routes/_landing.products._index/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function ProductsPage({ loaderData }: Route.ComponentProps) {
7070
return (
7171
<div className="min-h-screen bg-stone-50 dark:bg-gray-900">
7272
{/* Header */}
73-
<div className="border-b border-stone-200 bg-white dark:border-gray-700 dark:bg-gray-900">
73+
<div className="sticky top-20 z-40 border-b border-stone-200 bg-white opacity-90 dark:border-gray-700 dark:bg-gray-900">
7474
<div className="mx-auto max-w-7xl px-4 py-8 sm:px-6 lg:px-8">
7575
<div className="flex flex-col md:flex-row md:items-center md:justify-between">
7676
<div>

0 commit comments

Comments
 (0)