From faf583451fca450cde51f363a942e5f7900c2b4f Mon Sep 17 00:00:00 2001 From: Aksel Skauge Mellbye <27739622+mellbye@users.noreply.github.com> Date: Mon, 19 Sep 2022 21:23:02 +0200 Subject: [PATCH] Recording: Fix z-index issue with recording playlist (#3762) --- web/src/components/RecordingPlaylist.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/RecordingPlaylist.jsx b/web/src/components/RecordingPlaylist.jsx index 37bc4b5df..4d6f93842 100644 --- a/web/src/components/RecordingPlaylist.jsx +++ b/web/src/components/RecordingPlaylist.jsx @@ -41,15 +41,15 @@ export default function RecordingPlaylist({ camera, recordings, selectedDate }) const openClass = active ? '-left-6' : 'right-0'; return ( -
+
{active ? : }