Browse Source

fix: sidebar style on focus (#5178)

Netfan 3 months ago
parent
commit
10b3a16f79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@core/ui-kit/shadcn-ui/src/ui/scroll-area/ScrollArea.vue

+ 1 - 1
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>