Skip to content

Commit 46b732c

Browse files
committed
Fix tooltips getting cut off when there is only one mod in the list
1 parent cbb4107 commit 46b732c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/components/VirtualList.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
style="transform: translateY({vitems[0]
7373
? vitems[0].start - $virtualizerUpdateWrapper.options.scrollMargin
7474
: 0}px);"
75-
class="absolute top-0 left-0 w-full overflow-hidden"
75+
class="absolute top-0 left-0 w-full overflow-hidden min-h-full"
7676
>
7777
{#each vitems as row, idx (row.index)}
7878
<div

0 commit comments

Comments
 (0)