Skip to content

Commit

Permalink
fix: Height of playlist on 3000 (#18855)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Nov 23, 2023
1 parent 4c76462 commit ba4d633
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 ba4d633

Please sign in to comment.