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