From 34b813ecd825e96a2201a4616ce07351a3b1e94d Mon Sep 17 00:00:00 2001 From: nieve Date: Mon, 26 Aug 2024 16:02:15 -0400 Subject: [PATCH] fix playlist height and overflow only scroll if it exceeds the max height --- src/components/PlaylistVideos.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PlaylistVideos.vue b/src/components/PlaylistVideos.vue index 7264588e..f6585ef3 100644 --- a/src/components/PlaylistVideos.vue +++ b/src/components/PlaylistVideos.vue @@ -1,6 +1,6 @@