mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 01:30:26 +08:00
fix: sidebar style on focus (#5178)
This commit is contained in:
parent
a97c998be5
commit
10b3a16f79
@ -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…
Reference in New Issue
Block a user