Skip to content

Commit

Permalink
Playlist Inline Editor: Multi-select not working (#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao authored Apr 22, 2024
1 parent 35ad9c1 commit 21baf71
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ui/src/style/playlist-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ $timeline-step-height: 22px;
height: calc(100vh - 140px);
}
}

#playlist-editor.multi-select #playlist-timeline {
position: initial;
}
}

#playlist-editor {
Expand Down Expand Up @@ -714,7 +718,6 @@ $timeline-step-height: 22px;
.footer-info {
position: relative;
z-index: $playlist-editor-z-index-select;
width: 100%;
}

.footer-actions {
Expand All @@ -728,6 +731,10 @@ $timeline-step-height: 22px;
}
}

.editor-side-bar nav.opened {
z-index: calc($playlist-editor-z-index-select - 2) !important;
}

#timeline-container {
position: relative;

Expand Down

0 comments on commit 21baf71

Please sign in to comment.