Revert "Fix scrollbar bug"

This reverts commit 5a2f0b3315.
This commit is contained in:
Pier107 2024-01-28 10:17:33 +01:00
parent 0fcf1fff4f
commit 789ccc051b
No known key found for this signature in database
GPG Key ID: 8B6332EA782FCB8B

View File

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