Skip to content

Commit ccf4bef

Browse files
committed
feat: Improve sidebar scrollarea
1 parent ed4716c commit ccf4bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/lib/components/ui/sidebar/sidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<div
9696
data-sidebar="sidebar"
9797
data-slot="sidebar-inner"
98-
class="bg-sidebar group-data-[variant=floating]:border-sidebar-border flex h-full w-full flex-col px-4 group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:shadow-sm"
98+
class="bg-sidebar group-data-[variant=floating]:border-sidebar-border flex h-full w-full flex-col group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:shadow-sm"
9999
>
100100
{@render children?.()}
101101
</div>

0 commit comments

Comments
 (0)