Skip to content

Commit

Permalink
fix: sidebar style on focus (#5178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Dec 18, 2024
1 parent a97c998 commit 10b3a16
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 10b3a16

Please sign in to comment.