1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 19:44:22 +08:00

Merge pull request #11771 from Joehuu/hide-mod-settings-scrollbar

This commit is contained in:
Dean Herbert
2021-02-13 11:08:37 +09:00
committed by GitHub
Unverified
@@ -52,6 +52,7 @@ namespace osu.Game.Overlays.Mods
new OsuScrollContainer
{
RelativeSizeAxes = Axes.Both,
ScrollbarVisible = false,
Child = modSettingsContent = new FillFlowContainer<ModControlSection>
{
Anchor = Anchor.TopCentre,