File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff 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" />
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments