Fix scrollbar bug
This commit is contained in:
parent
42f0086586
commit
5a2f0b3315
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user