Fix: Playback statistics could not be scrolled horizontally

This commit is contained in:
lscambo13
2025-03-15 13:17:54 -07:00
parent 0b70a46df8
commit 195b512434

View File

@@ -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;
}