Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion app/components/Code/MobileTreeDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ watch(isOpen, open => (isLocked.value = open))
class="md:hidden fixed inset-y-0 inset-is-0 z-50 w-72 bg-bg-subtle border-ie border-border overflow-y-auto"
>
<div
class="sticky top-0 bg-bg-subtle border-b border-border px-4 py-3 flex items-center justify-start"
class="sticky top-0 z-10 bg-bg-subtle border-b border-border px-4 py-3 flex items-center justify-start"
>
<span class="font-mono text-sm text-fg-muted">{{ $t('code.files_label') }}</span>
<span aria-hidden="true" class="flex-shrink-1 flex-grow-1" />
Expand Down
6 changes: 0 additions & 6 deletions app/components/PaginationControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@ function handlePageSizeChange(event: Event) {
}))
"
/>
<div
class="flex items-center absolute inset-ie-2 top-1/2 -translate-y-1/2 text-fg-subtle pointer-events-none"
aria-hidden="true"
>
<span class="i-carbon-chevron-down w-3 h-3" />
</div>
</div>
</div>

Expand Down
Loading