mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix playlist menu overflow
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user