Fix: Playback statistics could not be scrolled horizontally
This commit is contained in:
parent
0b70a46df8
commit
195b512434
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue