Skip to content

Commit

Permalink
Fixes the height for playlist on 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Nov 23, 2023
1 parent 1f3ba0c commit 4d51ef2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4d51ef2

Please sign in to comment.