Skip to content

Commit

Permalink
fix: return of the sticky files header
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <theevansong@gmail.com>
  • Loading branch information
ferothefox committed Oct 26, 2024
1 parent eb5d1d0 commit d846595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/frontend/src/pages/servers/manage/[id]/files.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
@dragleave.prevent="handleDragLeave"
@drop.prevent="handleDrop"
>
<div ref="mainContent" class="flex w-full flex-col">
<div ref="mainContent" class="relative isolate flex w-full flex-col">
<UiServersFilesBrowseNavbar
v-if="!isEditing"
class="sticky top-0 z-20"
:breadcrumb-segments="breadcrumbSegments"
:search-query="searchQuery"
:sort-method="sortMethod"
Expand Down

0 comments on commit d846595

Please sign in to comment.