diff --git a/web/src/components/sidebar/SidebarTab.svelte b/web/src/components/sidebar/SidebarTab.svelte index 1e82f518..267d55f1 100644 --- a/web/src/components/sidebar/SidebarTab.svelte +++ b/web/src/components/sidebar/SidebarTab.svelte @@ -20,6 +20,7 @@ if (e) { e.scrollIntoView({ inline: firstTabPage.includes(tabName) ? "end" : "start", + block: "nearest", behavior: "smooth", }); } @@ -70,6 +71,7 @@ text-decoration: none; text-decoration-line: none; position: relative; + scroll-behavior: smooth; } .sidebar-tab :global(svg) {