Skip to content

Commit

Permalink
fix(editor): Shrink #node-view-background to viewport size (no-change…
Browse files Browse the repository at this point in the history
…log) (#9616)
  • Loading branch information
MiloradFilipovic authored and netroy committed Jun 12, 2024
1 parent 5f2e378 commit 655214d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/editor-ui/src/views/NodeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5108,8 +5108,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;
}
Expand Down

0 comments on commit 655214d

Please sign in to comment.