diff --git a/client/src/components/video.vue b/client/src/components/video.vue index e97c4fc9..b3381214 100644 --- a/client/src/components/video.vue +++ b/client/src/components/video.vue @@ -13,6 +13,7 @@ class="overlay" tabindex="0" data-gramm="false" + :style="{ pointerEvents: hosting ? 'auto' : 'none' }" @click.stop.prevent @contextmenu.stop.prevent @wheel.stop.prevent="onWheel"