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 3b594fb5eb - Show all commits

View File

@ -246,6 +246,33 @@ h6 {
font-size: 16px;
}
/* the 4 classes below here are a temp fix for the games dropdown stylings */
.dropdownMainMenu.dropdownMainMenuAlt {
}
.dropdownMainMenu.dropdownMainMenuAlt > div {
height: 100px!important;
}
.dropdownMainMenu.dropdownMainMenuAlt > div > div {
height: unset!important;
width: 100%!important;
display: flex;
flex-direction: column;
gap: 5px;
max-height: 100px;
overflow: auto;
padding: 5px;
}
.dropdownMainMenu.dropdownMainMenuAlt > div > div > div {
position: relative!important;
left: unset!important;
top: unset!important;
}
.dropdownMainMenuItem {
transition: ease 0.4s;
background: linear-gradient(