Skip to content

Commit 9b02a0e

Browse files
committed
fix dropdown pos
1 parent d85c65b commit 9b02a0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/VersionSelector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ watch(
506506
:aria-activedescendant="
507507
focusedIndex >= 0 ? `version-${flatItems[focusedIndex]?.version?.version}` : undefined
508508
"
509-
class="absolute top-full inset-is-0 mt-2 min-w-[220px] bg-bg-subtle/80 backdrop-blur-sm border border-border-subtle rounded-lg shadow-lg shadow-fg-subtle/10 z-50 py-1 max-h-[400px] overflow-y-auto overscroll-contain focus-visible:outline-none"
509+
class="absolute top-full -inset-is-1/5 mt-2 min-w-[220px] bg-bg-subtle/80 backdrop-blur-sm border border-border-subtle rounded-lg shadow-lg shadow-fg-subtle/10 z-50 py-1 max-h-[400px] overflow-y-auto overscroll-contain focus-visible:outline-none"
510510
@keydown="handleListboxKeydown"
511511
>
512512
<!-- Version groups -->

0 commit comments

Comments
 (0)