Skip to content

Commit

Permalink
fix(RemoteRenderingView): ui slot higher in dom
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Jan 2, 2025
1 parent 9393b9d commit 979f19a
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions components/RemoteRenderingView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
<ClientOnly>
<div style="position: relative; width: 100%; height: 100%">
<view-toolbar />
<div
style="
position: absolute;
z-index: 2;
left: 0;
top: 0;
background-color: transparent;
border-radius: 16px;
"
>
<slot name="tree-object"></slot>
</div>
<slot name="ui"></slot>
<v-col
ref="viewer"
style="
Expand All @@ -26,9 +15,7 @@
class="pa-0"
@click="get_x_y"
@keydown.esc="app_store.toggle_picking_mode(false)"
>
<slot name="ui"></slot>
</v-col>
/>
</div>
</ClientOnly>
</template>
Expand Down

0 comments on commit 979f19a

Please sign in to comment.