mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Change mod scrolling behaviour to not scroll horizontally on columns/settings
This commit is contained in:
@ -158,7 +158,7 @@ namespace osu.Game.Overlays.Mods
|
||||
new[] { Empty() },
|
||||
new Drawable[]
|
||||
{
|
||||
new NestedVerticalScrollContainer
|
||||
new OsuScrollContainer(Direction.Vertical)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
ClampExtension = 100,
|
||||
|
Reference in New Issue
Block a user