]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/player/playlist.scss
Fix playlist menu overflow
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / playlist.scss
index d88baadebf98a7674a4adad9ffcd13745f80e523..15c0072953aa03d9a780efcb4e5e420b31647db1 100644 (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;
@@ -80,7 +81,7 @@ $playlist-menu-width: 350px;
   right: 0;
   top: 0;
   z-index: 100;
-  padding: 1em;
+  padding: $dock-padding;
   cursor: pointer;
 }