From 195b5124348d17354dfef51963eb1023f7c84886 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 15 Mar 2025 13:17:54 -0700 Subject: [PATCH] Fix: Playback statistics could not be scrolled horizontally --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index c4d5377..33c9a2a 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2020,8 +2020,9 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { } .playerStats-stats { - max-height: 58vh; + max-height: 50vh; flex-wrap: wrap; + overflow-x: auto; padding: 1em !important; }