Fix ScrollBar component styling

This commit is contained in:
Bastian Masanek
2025-11-03 16:43:06 +01:00
parent 29f77afdcf
commit c4607d26a0

View File

@@ -23,6 +23,6 @@ const delegatedProps = reactiveOmit(props, "class")
&& 'h-2.5 flex-col border-t border-t-transparent p-px',
props.class)"
>
<ScrollAreaThumb class="relative flex-1 rounded-full bg-border" />
<ScrollAreaThumb class="relative flex-1 rounded-md bg-border" />
</ScrollAreaScrollbar>
</template>