Skip to content

Commit 6ea2b30

Browse files
fix(viewer): fix dimensions
1 parent 554bfc4 commit 6ea2b30

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; ">
2+
<div style="position: relative; width: 100%; height: 100%;">
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)