Update ScrollBar.vue

This commit is contained in:
Pier107 2024-01-28 00:25:20 +01:00 committed by GitHub
parent 5a2f0b3315
commit 0fcf1fff4f
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]', && 'h-2.5 border-t border-t-transparent p-[1px]',
$attrs.class ?? '')" $attrs.class ?? '')"
> >
<ScrollAreaThumb class="relative flex-1 rounded-full bg-border" /> <ScrollAreaThumb class="relative rounded-full bg-border" />
</ScrollAreaScrollbar> </ScrollAreaScrollbar>
</template> </template>