Skip to content

Commit

Permalink
fix(client): make SideNav component zIndex be max (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTwT authored Jan 23, 2024
1 parent e2c67cf commit 63da9fe
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 @@ -43,7 +43,7 @@ onClickOutside(
<template>
<div
border="r base" flex="~ col items-start"
z-100 h-full of-hidden bg-base
class="$ui-z-max-override" h-full of-hidden bg-base
>
<div
sticky top-0 z-1 w-full p1 bg-base border="b base"
Expand Down

0 comments on commit 63da9fe

Please sign in to comment.