Skip to content
Snippets Groups Projects
Commit 666a8915 authored by Adam Procter's avatar Adam Procter
Browse files

canvas

parent 1b72d74d
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
:y="15" :y="15"
:z="1" :z="1"
:draggable="true" :draggable="true"
:resizable="false" :resizable="true"
style="background-color: #6fcf97" style="background-color: #6fcf97"
> >
<div class="nodes welcome"> <div class="nodes welcome">
...@@ -148,7 +148,7 @@ export default { ...@@ -148,7 +148,7 @@ export default {
}, },
components: { components: {
SvgButton, SvgButton,
draggable draggable,
}, },
} }
</script> </script>
......
...@@ -219,8 +219,8 @@ export default { ...@@ -219,8 +219,8 @@ export default {
background-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245);
} }
.inner { .inner {
width: 2000px; width: 3000px;
height: 2000px; height: 3000px;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment