Revert "Update ScrollBar.vue"

This reverts commit 0fcf1fff4f.
This commit is contained in:
Pier107 2024-01-28 10:19:14 +01:00
parent 789ccc051b
commit 58ca58405e
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>