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 438916d commit 00ec29dCopy full SHA for 00ec29d
packages/app/src/pages/layout.tsx
@@ -1244,6 +1244,7 @@ export default function Layout(props: ParentProps) {
1244
if (!props.mobile) scrollContainerRef = el
1245
}}
1246
class="size-full flex flex-col py-2 overflow-y-auto no-scrollbar"
1247
+ style={{ "overflow-anchor": "none" }}
1248
>
1249
<nav class="flex flex-col gap-1 px-2">
1250
<Show when={loading()}>
@@ -1459,6 +1460,7 @@ export default function Layout(props: ParentProps) {
1459
1460
if (!sidebarProps.mobile) scrollContainerRef = el
1461
1462
class="size-full flex flex-col py-2 gap-4 overflow-y-auto no-scrollbar"
1463
1464
1465
<SortableProvider ids={workspaces()}>
1466
<For each={workspaces()}>
0 commit comments