We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554bfc4 commit 6ea2b30Copy full SHA for 6ea2b30
components/RemoteRenderingView.client.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div style="position: relative; ">
+ <div style="position: relative; width: 100%; height: 100%;">
3
<view-toolbar />
4
<v-col style="overflow: hidden; position: relative; z-index: 0; height: 100%; width: 100%" ref="viewer"
5
@click="get_x_y" @keydown.esc="app_store.toggle_picking_mode(false)" class="pa-0">
0 commit comments