NextJS app dir layouts overwrite existing body
Unanswered
Zyrenth posted this in #help-forum
ZyrenthOP
Hey there
, I'm trying to use NextJS with electron and originally I used the pages dir but now as I try to switch to the app dir I'm having issues.
I have a custom titlebar set for Electron which adds extra elements to the body but NextJS' layout overwrites the entire body so the window can't be moved at all. How can I fix this? I'm using the latest NextJS version (v14.0.1) and electron v27.0.2 and at the moment I'm using custom-electron-titlebar v4.2.7 for the custom title bar.
, I'm trying to use NextJS with electron and originally I used the pages dir but now as I try to switch to the app dir I'm having issues.I have a custom titlebar set for Electron which adds extra elements to the body but NextJS' layout overwrites the entire body so the window can't be moved at all. How can I fix this? I'm using the latest NextJS version (v14.0.1) and electron v27.0.2 and at the moment I'm using custom-electron-titlebar v4.2.7 for the custom title bar.