Fix scrollbar bug

This commit is contained in:
Pier107 2024-01-28 00:24:57 +01:00 committed by GitHub
parent 42f0086586
commit 5a2f0b3315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,6 @@ const props = withDefaults(defineProps<ScrollAreaScrollbarProps>(), {
&& 'h-2.5 border-t border-t-transparent p-[1px]',
$attrs.class ?? '')"
>
<ScrollAreaThumb class="relative flex-1 rounded-full bg-border" />
<ScrollAreaThumb class="relative rounded-full bg-border" />
</ScrollAreaScrollbar>
</template>