fix(submit-mod): bump up the height limit for games dropdown

This commit is contained in:
en 2025-04-09 20:19:05 +02:00
parent f363d74405
commit 48410bc80f

@ -1032,7 +1032,7 @@ const GameDropdown = ({
</button>
<div className='dropdown-menu dropdownMainMenu dropdownMainMenuAlt'>
<FixedSizeList
height={500}
height={5000}
width={'100%'}
itemCount={filteredOptions.length}
itemSize={35}