update(components): add container class to background
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -52,7 +52,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<svg class="vue-flow__background" style="width: 100%; height: 100%">
|
||||
<svg class="vue-flow__background vue-flow__container">
|
||||
<pattern
|
||||
:id="patternId"
|
||||
:x="background.xOffset"
|
||||
|
||||
Reference in New Issue
Block a user