Change mod scrolling behaviour to not scroll horizontally on columns/settings

This commit is contained in:
Salman Ahmed
2022-05-07 12:15:11 +03:00
parent e8518a3a1a
commit 8ee3fdd0aa
3 changed files with 2 additions and 50 deletions

View File

@ -158,7 +158,7 @@ namespace osu.Game.Overlays.Mods
new[] { Empty() },
new Drawable[]
{
new NestedVerticalScrollContainer
new OsuScrollContainer(Direction.Vertical)
{
RelativeSizeAxes = Axes.Both,
ClampExtension = 100,