From 6f12191e7518b744a4cfbad7b40028debafbb862 Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Sun, 12 Nov 2023 20:14:19 -0500 Subject: [PATCH] remove unused css prop --- photon-client/src/components/app/photon-camera-stream.vue | 4 ---- 1 file changed, 4 deletions(-) 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; -}