Skip to content

Commit da315a4

Browse files
fix(ui): resolve dropdown double arrow and icon stacking issues (#1387)
1 parent c28f514 commit da315a4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

app/components/Code/MobileTreeDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ watch(isOpen, open => (isLocked.value = open))
6161
class="md:hidden fixed inset-y-0 inset-is-0 z-50 w-72 bg-bg-subtle border-ie border-border overflow-y-auto"
6262
>
6363
<div
64-
class="sticky top-0 bg-bg-subtle border-b border-border px-4 py-3 flex items-center justify-start"
64+
class="sticky top-0 z-10 bg-bg-subtle border-b border-border px-4 py-3 flex items-center justify-start"
6565
>
6666
<span class="font-mono text-sm text-fg-muted">{{ $t('code.files_label') }}</span>
6767
<span aria-hidden="true" class="flex-shrink-1 flex-grow-1" />

app/components/PaginationControls.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@ function handlePageSizeChange(event: Event) {
167167
}))
168168
"
169169
/>
170-
<div
171-
class="flex items-center absolute inset-ie-2 top-1/2 -translate-y-1/2 text-fg-subtle pointer-events-none"
172-
aria-hidden="true"
173-
>
174-
<span class="i-carbon-chevron-down w-3 h-3" />
175-
</div>
176170
</div>
177171
</div>
178172

0 commit comments

Comments
 (0)