From 40d9327c8c7652e40bed1663782340eb76ad1cb6 Mon Sep 17 00:00:00 2001 From: David Newell Date: Thu, 11 Jul 2024 17:37:39 +0100 Subject: [PATCH] fix: playlist height wrapper (#23627) --- frontend/src/lib/components/Playlist/Playlist.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/Playlist/Playlist.scss b/frontend/src/lib/components/Playlist/Playlist.scss index e578c52028a86..5f6ab75a144b0 100644 --- a/frontend/src/lib/components/Playlist/Playlist.scss +++ b/frontend/src/lib/components/Playlist/Playlist.scss @@ -51,7 +51,7 @@ .SessionRecordingPlaylistHeightWrapper { // NOTE: Somewhat random way to offset the various headers and tabs above the playlist - height: calc(100vh - 9rem); + height: calc(100vh - 15rem); min-height: 41rem; }