From 4d51ef2a804073ba4974ea234928b1e30d7e4146 Mon Sep 17 00:00:00 2001 From: Ben White Date: Thu, 23 Nov 2023 14:48:31 +0100 Subject: [PATCH] Fixes the height for playlist on 3000 --- .../playlist/SessionRecordingsPlaylist.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/scenes/session-recordings/playlist/SessionRecordingsPlaylist.scss b/frontend/src/scenes/session-recordings/playlist/SessionRecordingsPlaylist.scss index 379fe80fd42cc..05cd2af4360e3 100644 --- a/frontend/src/scenes/session-recordings/playlist/SessionRecordingsPlaylist.scss +++ b/frontend/src/scenes/session-recordings/playlist/SessionRecordingsPlaylist.scss @@ -58,6 +58,10 @@ // NOTE: Somewhat random way to offset the various headers and tabs above the playlist height: calc(100vh - 15rem); min-height: 41rem; + + .posthog-3000 & { + height: calc(100vh - 9rem); + } } .SessionRecordingPreview {