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 78e956c commit 3d08b1dCopy full SHA for 3d08b1d
1 file changed
app/components/PackageVersions.vue
@@ -515,7 +515,10 @@ function getTagVersions(tag: string): VersionDisplay[] {
515
</button>
516
517
<!-- Expanded other versions -->
518
- <div v-if="otherVersionsExpanded" class="ms-4 ps-2 border-is border-border space-y-0.5">
+ <div
519
+ v-if="otherVersionsExpanded"
520
+ class="ms-4 ps-2 pe-1 border-is border-border space-y-0.5 max-h-44 overflow-y-auto"
521
+ >
522
<!-- Hidden tag rows (overflow from visible tags) -->
523
<div v-for="row in hiddenTagRows" :key="row.id" class="py-1">
524
<div class="flex items-center justify-between gap-2">
0 commit comments