Skip to content

Commit 2328eb5

Browse files
Merge pull request #164 from Geode-solutions/fix/ui_slot
fix(RemoteRenderingView): ui slot higher in dom
2 parents 264b5cb + 6306841 commit 2328eb5

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

components/RemoteRenderingView.vue

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,7 @@
22
<ClientOnly>
33
<div style="position: relative; width: 100%; height: 100%">
44
<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>
5+
<slot name="ui"></slot>
176
<v-col
187
ref="viewer"
198
style="
@@ -26,9 +15,7 @@
2615
class="pa-0"
2716
@click="get_x_y"
2817
@keydown.esc="app_store.toggle_picking_mode(false)"
29-
>
30-
<slot name="ui"></slot>
31-
</v-col>
18+
/>
3219
</div>
3320
</ClientOnly>
3421
</template>

0 commit comments

Comments
 (0)