Fix playlist menu overflow

pull/3047/head
Chocobozzz 2020-08-06 09:31:36 +02:00 committed by Chocobozzz
parent 6fad8e51c4
commit 4485dafb0e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ $playlist-menu-width: 350px;
background: rgba(0, 0, 0, 0.8);
z-index: 101;
transition: right 0.2s;
overflow-y: auto;
// Hidden
right: -$playlist-menu-width;