mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add inline comment explaining why the height is set lower
This commit is contained in:
@ -192,6 +192,7 @@ namespace osu.Game.Configuration
|
||||
|
||||
private class ModDropdownControl : DropdownControl
|
||||
{
|
||||
// Set low enough to workaround nested scroll issues (see https://github.com/ppy/osu-framework/issues/4536).
|
||||
protected override int MenuMaxHeight => 100;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user