1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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