From ba4d63347eee7837989b83cb6001c5c417fccc82 Mon Sep 17 00:00:00 2001 From: Ben White Date: Thu, 23 Nov 2023 17:01:02 +0100 Subject: [PATCH] fix: Height of playlist on 3000 (#18855) --- .../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 {