fix: sidebar style on focus (#5178)

master
Netfan 1 year ago committed by GitHub
parent a97c998be5
commit 10b3a16f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,7 +38,7 @@ const delegatedProps = computed(() => {
> >
<ScrollAreaViewport <ScrollAreaViewport
as-child as-child
class="h-full w-full rounded-[inherit]" class="h-full w-full rounded-[inherit] focus:outline-none"
@scroll="onScroll" @scroll="onScroll"
> >
<slot></slot> <slot></slot>

Loading…
Cancel
Save