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

Commit

Permalink
fix: fix the white space that exists in the lower right corner of the…
Browse files Browse the repository at this point in the history
… version dropdown box. (#196)
  • Loading branch information
songjianet authored Aug 13, 2023
1 parent 76222f5 commit c06df4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/pages/npm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ useInfiniteScroll(
{{ item.activeVersion ?? item.version }}
</td>
<template #popper>
<ul max-h="35" of-scroll py-3>
<ul max-h="35" overflow-y-auto py-3>
<li
v-for="(version) in Object.keys(item.versions).reverse()" :key="version" v-close-popper
border="b dashed transparent" class="group" hover="bg-active"
Expand Down

0 comments on commit c06df4e

Please sign in to comment.