Skip to content

Commit 624a32e

Browse files
committed
fix z-index issue
1 parent 8c6ee23 commit 624a32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/app-canvas/src/app/app.element.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export class AppElement<T extends BaseNodeInfo> {
171171
{
172172
id: 'textAreaContainer',
173173
class:
174-
'popup-node-editor absolute w-[400px] z-[20020] bg-slate-500 hidden overflow-x-visible overflow-y-auto text-white',
174+
'popup-node-editor absolute w-[400px] z-[20070] bg-slate-500 hidden overflow-x-visible overflow-y-auto text-white',
175175
wheel: (event) => {
176176
event.stopPropagation();
177177
},

0 commit comments

Comments
 (0)