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 8830715 commit eb69972Copy full SHA for eb69972
packages/playground/src/components/header.tsx
@@ -41,7 +41,7 @@ export const Header: ParentComponent<{
41
}
42
43
return (
44
- <header class="dark:bg-solid-darkbg border-b-2px sticky top-0 z-10 flex items-center gap-x-4 border-slate-200 bg-white p-1 px-2 text-sm dark:border-neutral-800">
+ <header class="dark:bg-solid-darkbg border-b-2px z-12 sticky top-0 flex items-center gap-x-4 border-slate-200 bg-white p-1 px-2 text-sm dark:border-neutral-800">
45
<A href="/">
46
<img src={logo} alt="solid-js logo" class="w-8" />
47
</A>
0 commit comments