diff --git a/src/App.vue b/src/App.vue index bed2e70..6d31302 100644 --- a/src/App.vue +++ b/src/App.vue @@ -119,4 +119,14 @@ export default { .fr-wr { flex-wrap: wrap-reverse; } + +.scroller { + overflow: auto; +} +.scroller-x { + overflow-x: auto; +} +.scroller-y { + overflow-y: auto; +} diff --git a/src/views/simulationScene/sceneEditing/index.vue b/src/views/simulationScene/sceneEditing/index.vue index cace0d4..e5293cb 100644 --- a/src/views/simulationScene/sceneEditing/index.vue +++ b/src/views/simulationScene/sceneEditing/index.vue @@ -13,8 +13,22 @@
- -
+ + + + + +