Skip to content

Commit 85ebb20

Browse files
fix(client): zIndex conflict of SideNav (#134)
1 parent abbb94a commit 85ebb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/components/common/SideNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ onClickOutside(
9393

9494
<div
9595
:flex="`~ items-center gap-1 ${sidebarExpanded ? '' : 'none col'}`"
96-
border="t base" sticky bottom-0 w-full p1 bg-base
96+
border="t base" sticky bottom-0 w-full p1 bg-base class="$ui-z-max-override"
9797
>
9898
<VueDropdown
9999
v-if="overflowTabs.length && !sidebarScrollable && !sidebarExpanded" placement="left-end"

0 commit comments

Comments
 (0)