Skip to content

Commit 8386908

Browse files
Update RemoteRenderingView.client.vue
1 parent fa12e28 commit 8386908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/RemoteRenderingView.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div style="position: relative; width:100%; height:100%">
2+
<div style="position: relative; ">
33
<view-toolbar />
44
<v-col style="overflow: hidden; position: relative; z-index: 0; height: 100%; width: 100%" ref="viewer"
55
@click="get_x_y" @keydown.esc="app_store.toggle_picking_mode(false)" class="pa-0">

0 commit comments

Comments
 (0)