Fix: Prevent OSD stats from overflowing past the screen on phones

This commit is contained in:
lscambo13
2025-01-09 06:02:23 -08:00
parent d7767ed152
commit f653d2a906

View File

@@ -1416,6 +1416,12 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
backdrop-filter: blur(5px); backdrop-filter: blur(5px);
} }
.playerStats-stats {
max-height: 58vh;
flex-wrap: wrap;
padding: 1em !important;
}
#scenesContent .cardScalable:hover { #scenesContent .cardScalable:hover {
border-color: var(--dimTextColor) !important; border-color: var(--dimTextColor) !important;
} }