Skip to content

Commit

Permalink
fix: sidebar style on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Dec 18, 2024
1 parent a97c998 commit 1da4437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1da4437

Please sign in to comment.