Update src/styles/styles.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s

This commit is contained in:
freakoverse 2024-08-16 15:35:08 +00:00
parent f9498d8d8f
commit cc31325bb7

View File

@ -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;
}