fix: sidebar style on focus (#5178)

This commit is contained in:
Netfan 2024-12-18 22:52:40 +08:00 committed by GitHub
parent a97c998be5
commit 10b3a16f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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