Skip to content

Commit

Permalink
fix(client): zIndex conflict of SideNav (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 authored Jan 3, 2024
1 parent abbb94a commit 85ebb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/common/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ onClickOutside(

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

0 comments on commit 85ebb20

Please sign in to comment.