Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit c06df4e

Browse files
authoredAug 13, 2023
fix: fix the white space that exists in the lower right corner of the version dropdown box. (#196)
1 parent 76222f5 commit c06df4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/client/pages/npm.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ useInfiniteScroll(
237237
{{ item.activeVersion ?? item.version }}
238238
</td>
239239
<template #popper>
240-
<ul max-h="35" of-scroll py-3>
240+
<ul max-h="35" overflow-y-auto py-3>
241241
<li
242242
v-for="(version) in Object.keys(item.versions).reverse()" :key="version" v-close-popper
243243
border="b dashed transparent" class="group" hover="bg-active"

0 commit comments

Comments
 (0)
This repository has been archived.