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