Browse Source

Fix ScrollBar component styling

main
Bastian Masanek 2 months ago
parent
commit
c4607d26a0
  1. 2
      app/components/ui/scroll-area/ScrollBar.vue

2
app/components/ui/scroll-area/ScrollBar.vue

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

Loading…
Cancel
Save