fixed game list issue not appearing in mod submit + temp-fixed its scroll and style ux #8

Merged
freakoverse merged 5 commits from staging into master 2024-08-16 15:37:52 +00:00
Showing only changes of commit cc31325bb7 - Show all commits

View File

@ -249,11 +249,12 @@ h6 {
/* the 4 classes below here are a temp fix for the games dropdown stylings */ /* the 4 classes below here are a temp fix for the games dropdown stylings */
.dropdownMainMenu.dropdownMainMenuAlt { .dropdownMainMenu.dropdownMainMenuAlt {
max-height: unset!important;
} }
.dropdownMainMenu.dropdownMainMenuAlt > div { .dropdownMainMenu.dropdownMainMenuAlt > div {
height: 100px!important; height: unset!important;
} }
.dropdownMainMenu.dropdownMainMenuAlt > div > div { .dropdownMainMenu.dropdownMainMenuAlt > div > div {
@ -262,7 +263,7 @@ h6 {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 5px; gap: 5px;
max-height: 100px; max-height: 300px;
overflow: auto; overflow: auto;
padding: 5px; padding: 5px;
} }