Преглед изворни кода

fix: sidebar style on focus (#5178)

Netfan пре 9 месеци
родитељ
комит
10b3a16f79
1 измењених фајлова са 1 додато и 1 уклоњено
  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>