fix(editor): Shrink #node-view-background to viewport size (no-changelog) (#9616)
This commit is contained in:
committed by
GitHub
parent
afa41969e5
commit
42ceec6879
@@ -5213,8 +5213,8 @@ export default defineComponent({
|
||||
.node-view-background {
|
||||
background-color: var(--color-canvas-background);
|
||||
position: absolute;
|
||||
width: 10000px;
|
||||
height: 10000px;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
z-index: -2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user