fix(background): add container styles to background

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-29 14:22:29 +01:00
committed by Braks
parent c0ee1cdfdc
commit f2df224607

View File

@@ -54,7 +54,7 @@ export default {
<template>
<svg
class="vue-flow__background"
class="vue-flow__background vue-flow__container"
:style="{
height: `${height > 100 ? 100 : height}%`,
width: `${width > 100 ? 100 : width}%`,