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
commit 07f3eea4e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ namespace osu.Game.Overlays.Mods
new OsuScrollContainer new OsuScrollContainer
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
ScrollbarVisible = false,
Child = modSettingsContent = new FillFlowContainer<ModControlSection> Child = modSettingsContent = new FillFlowContainer<ModControlSection>
{ {
Anchor = Anchor.TopCentre, Anchor = Anchor.TopCentre,