We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 264b5cb + 6306841 commit 2328eb5Copy full SHA for 2328eb5
components/RemoteRenderingView.vue
@@ -2,18 +2,7 @@
2
<ClientOnly>
3
<div style="position: relative; width: 100%; height: 100%">
4
<view-toolbar />
5
- <div
6
- style="
7
- position: absolute;
8
- z-index: 2;
9
- left: 0;
10
- top: 0;
11
- background-color: transparent;
12
- border-radius: 16px;
13
- "
14
- >
15
- <slot name="tree-object"></slot>
16
- </div>
+ <slot name="ui"></slot>
17
<v-col
18
ref="viewer"
19
style="
@@ -26,9 +15,7 @@
26
class="pa-0"
27
@click="get_x_y"
28
@keydown.esc="app_store.toggle_picking_mode(false)"
29
30
- <slot name="ui"></slot>
31
- </v-col>
+ />
32
</div>
33
20
</ClientOnly>
34
21
</template>
0 commit comments