diff --git a/photon-client/src/components/app/photon-camera-stream.vue b/photon-client/src/components/app/photon-camera-stream.vue index 4fbafd87a2..5485655ff5 100644 --- a/photon-client/src/components/app/photon-camera-stream.vue +++ b/photon-client/src/components/app/photon-camera-stream.vue @@ -105,8 +105,4 @@ const handleFullscreenRequest = () => { .stream-container:hover .stream-overlay { opacity: 1; } - -.stream-popout-viewer { - display: none; -}