Skip to content

Commit

Permalink
fix: playlist height wrapper (#23627)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Jul 11, 2024
1 parent 02b97d9 commit 40d9327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Playlist/Playlist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 40d9327

Please sign in to comment.