Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@ onPrehydrate(el => {
>
<!-- File tree sidebar - sticky with internal scroll -->
<aside
class="sticky top-25 w-64 lg:w-72 hidden md:block h-[calc(100vh-10.5rem)] shrink-0 self-start bg-bg-subtle border-ie border-border"
class="sticky top-25 w-64 lg:w-72 hidden md:block h-screen shrink-0 self-start bg-bg-subtle border-ie border-border"
>
<div class="h-[calc(100vh-10.5rem)] overflow-y-auto">
<div class="h-screen overflow-y-auto">
<CodeFileTree
:tree="fileTree.tree"
:current-path="filePath ?? ''"
Expand Down
Loading