We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6ee23 commit 624a32eCopy full SHA for 624a32e
libs/app-canvas/src/app/app.element.tsx
@@ -171,7 +171,7 @@ export class AppElement<T extends BaseNodeInfo> {
171
{
172
id: 'textAreaContainer',
173
class:
174
- 'popup-node-editor absolute w-[400px] z-[20020] bg-slate-500 hidden overflow-x-visible overflow-y-auto text-white',
+ 'popup-node-editor absolute w-[400px] z-[20070] bg-slate-500 hidden overflow-x-visible overflow-y-auto text-white',
175
wheel: (event) => {
176
event.stopPropagation();
177
},
0 commit comments