feat: Add sticky notes support to the new canvas (no-changelog) (#10031)
This commit is contained in:
7
packages/editor-ui/src/styles/plugins/_vueflow.scss
Normal file
7
packages/editor-ui/src/styles/plugins/_vueflow.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.vue-flow__resize-control.line {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.vue-flow__resize-control.handle {
|
||||
background-color: transparent;
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
@import "codemirror";
|
||||
@import "vueflow";
|
||||
|
||||
Reference in New Issue
Block a user