From b06ed39e6adb4fba552c01248e1ef5f5ae25465d Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Thu, 2 Feb 2023 21:32:50 +0100 Subject: [PATCH] fix: stream picture doesnt overlap dialogs anymore fixes #47 --- frontend/src/ui/pages/Dashboard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/ui/pages/Dashboard.tsx b/frontend/src/ui/pages/Dashboard.tsx index ac46ce4..f578f36 100644 --- a/frontend/src/ui/pages/Dashboard.tsx +++ b/frontend/src/ui/pages/Dashboard.tsx @@ -50,7 +50,6 @@ const LiveIndicator = styled('div', { alignItems: 'center', justifyContent: 'center', fontWeight: 'bold', - zIndex: 2, backgroundSize: 'cover', backgroundPosition: 'center', });