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 b3683c3 commit 9aba355Copy full SHA for 9aba355
apps/website/src/routes/layout.tsx
@@ -39,7 +39,7 @@ export default component$(() => {
39
<main class="w-full max-w-3xl px-4 py-8 sm:px-8">
40
<Slot />
41
</main>
42
- <div class="hidden min-w-64 text-sm xl:block">
+ <div class="hidden w-64 text-sm xl:block">
43
<div class="sticky top-16 -mt-10 mr-8 pt-4">
44
<ScrollArea className="pb-10">
45
<div class="sticky top-16 -mt-10 h-[calc(100vh-64px)] py-12">
0 commit comments