Fix playlist menu overflow
This commit is contained in:
parent
6fad8e51c4
commit
4485dafb0e
|
@ -8,6 +8,7 @@ $playlist-menu-width: 350px;
|
||||||
background: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
transition: right 0.2s;
|
transition: right 0.2s;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
// Hidden
|
// Hidden
|
||||||
right: -$playlist-menu-width;
|
right: -$playlist-menu-width;
|
||||||
|
|
Loading…
Reference in New Issue