Skip to content

Commit

Permalink
fix(tasks): update tasks panel z index (#6571)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed May 6, 2024
1 parent 295ea72 commit 3b3125c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function TasksStudioActiveToolLayoutInner(props: ActiveToolLayoutProps) {
{isOpen && (
<SidebarMotionLayer
animate="visible"
zOffset={1000}
height="fill"
initial="hidden"
transition={TRANSITION}
Expand Down

0 comments on commit 3b3125c

Please sign in to comment.