Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading