fixed game list issue not appearing in mod submit + temp-fixed its scroll and style ux #8
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user