fix(app): scroll jumping when expanding workspaces
This commit is contained in:
@@ -1244,6 +1244,7 @@ export default function Layout(props: ParentProps) {
|
|||||||
if (!props.mobile) scrollContainerRef = el
|
if (!props.mobile) scrollContainerRef = el
|
||||||
}}
|
}}
|
||||||
class="size-full flex flex-col py-2 overflow-y-auto no-scrollbar"
|
class="size-full flex flex-col py-2 overflow-y-auto no-scrollbar"
|
||||||
|
style={{ "overflow-anchor": "none" }}
|
||||||
>
|
>
|
||||||
<nav class="flex flex-col gap-1 px-2">
|
<nav class="flex flex-col gap-1 px-2">
|
||||||
<Show when={loading()}>
|
<Show when={loading()}>
|
||||||
@@ -1459,6 +1460,7 @@ export default function Layout(props: ParentProps) {
|
|||||||
if (!sidebarProps.mobile) scrollContainerRef = el
|
if (!sidebarProps.mobile) scrollContainerRef = el
|
||||||
}}
|
}}
|
||||||
class="size-full flex flex-col py-2 gap-4 overflow-y-auto no-scrollbar"
|
class="size-full flex flex-col py-2 gap-4 overflow-y-auto no-scrollbar"
|
||||||
|
style={{ "overflow-anchor": "none" }}
|
||||||
>
|
>
|
||||||
<SortableProvider ids={workspaces()}>
|
<SortableProvider ids={workspaces()}>
|
||||||
<For each={workspaces()}>
|
<For each={workspaces()}>
|
||||||
|
|||||||
Reference in New Issue
Block a user