mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
fix(editor): Shrink #node-view-background to viewport size (no-changelog) (#9616)
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue