Skip to content

Commit

Permalink
fix(editor-3001): fix layers (#27441)
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE authored Jan 10, 2025
1 parent b4d8396 commit 4e2e3ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/layout/navigation-3000/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function SidebarOverlay({

return (
<div
className={clsx('absolute top-0 left-0 h-full bg-bg-3000', className)}
className={clsx('absolute top-0 left-0 h-full bg-bg-3000 z-10', className)}
// eslint-disable-next-line react/forbid-dom-props
style={{ width: `${width}px` }}
>
Expand Down

0 comments on commit 4e2e3ed

Please sign in to comment.