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

Commit c06df4e

Browse files
authored
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy