We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85c65b commit 9b02a0eCopy full SHA for 9b02a0e
1 file changed
app/components/VersionSelector.vue
@@ -506,7 +506,7 @@ watch(
506
:aria-activedescendant="
507
focusedIndex >= 0 ? `version-${flatItems[focusedIndex]?.version?.version}` : undefined
508
"
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"
+ 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"
510
@keydown="handleListboxKeydown"
511
>
512
<!-- Version groups -->
0 commit comments