We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ecd34 commit 02ace10Copy full SHA for 02ace10
pages/documents/index.tsx
@@ -17,7 +17,7 @@ export default function Documents() {
17
18
return (
19
<AppLayout>
20
- <div className="sticky top-0 z-[100] bg-white p-4 pb-0 dark:bg-gray-900 sm:mx-4 sm:pt-8">
+ <div className="sticky top-0 z-50 bg-white p-4 pb-0 dark:bg-gray-900 sm:mx-4 sm:pt-8">
21
<section className="mb-4 flex items-center justify-between md:mb-8 lg:mb-12">
22
<div className="space-y-1">
23
<h2 className="text-xl font-semibold tracking-tight text-foreground sm:text-2xl">
0 commit comments