Add season statistics switching

This commit is contained in:
2023-11-04 01:25:25 +01:00
parent c40b6aff00
commit dc91b5a47a
4 changed files with 93 additions and 22 deletions

4
static/style/bootstrap-custom.css vendored Normal file
View File

@ -0,0 +1,4 @@
.dropdown-menu {
max-height: 250px;
overflow-y: auto;
}