Skip to content

Commit f92d3cf

Browse files
committed
fix: constrain pages sidebar height to restore scrolling
1 parent a75dcd2 commit f92d3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/workspaces/WorkspaceNavigation.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
scrollContent={false}
557557
reserveScrollbarSpace={false}
558558
>
559-
<div class="flex flex-1 min-h-0">
559+
<div class="flex h-full min-h-0">
560560
<PagesNavSidebar {workspaceId} embedded />
561561
</div>
562562
</ScrollableSidebar>

0 commit comments

Comments
 (0)