fix(lit-node-editor): resolve rendering, global style leakage, and resizing issues
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-05-17 21:03:03 -07:00
parent a0f7a6677d
commit 54e96953a4
3 changed files with 43 additions and 29 deletions
+2 -7
View File
@@ -1,10 +1,5 @@
body {
margin: 0;
padding: 0;
width: 100%;
height: 100vh;
}
node-editor {
:host {
display: block;
width: 100%;
height: 100%;
}