Browse Source

fix: sidebar style on focus (#5178)

pull/5180/head
Netfan 1 year ago
committed by GitHub
parent
commit
10b3a16f79
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/@core/ui-kit/shadcn-ui/src/ui/scroll-area/ScrollArea.vue

2
packages/@core/ui-kit/shadcn-ui/src/ui/scroll-area/ScrollArea.vue

@ -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>

Loading…
Cancel
Save