Skip to content

Commit 5dd481e

Browse files
committed
refactor: remove overflow hidden on npm packages results
1 parent 0e47cc9 commit 5dd481e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NpmPackageSearch.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
/>
150150
</label>
151151

152-
<div class="h-96 overflow-hidden overflow-y-auto">
152+
<div class="h-96 overflow-y-auto">
153153
{#if results.loading}
154154
<!-- Empty slot to clear area between searches -->
155155
{:else if results.error}

0 commit comments

Comments
 (0)