Skip to content

Commit 8fbfe5a

Browse files
committed
tweak
1 parent 57fbad5 commit 8fbfe5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/app-canvas/src/app/components/node-sidebar-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export class NodeSidebarMenuComponent extends Component<
196196

197197
renderElement(
198198
<div
199-
class={`taskbar-container transition-transform z-[1050] flex flex-col absolute left-0 top-[58px] max-h-[calc(100vh-108px)] bg-slate-700 p-4 rounded-l-lg overflow-y-scroll`}
199+
class={`taskbar-container transition-transform z-[20050] hidden md:flex flex-col absolute left-0 top-[58px] max-h-[calc(100vh-108px)] bg-slate-700 p-4 rounded-l-lg overflow-y-scroll`}
200200
getElement={(element: HTMLElement) => {
201201
taskbarContainer = element;
202202
}}

0 commit comments

Comments
 (0)