fix(editor): Shrink #node-view-background to viewport size (no-changelog) (#9616)

This commit is contained in:
Milorad FIlipović
2024-06-04 15:29:42 +02:00
committed by GitHub
parent afa41969e5
commit 42ceec6879

View File

@@ -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;
}