Fix mod settings showing scrollbar when screen is offset

This commit is contained in:
Joehu 2021-02-12 10:42:48 -08:00
parent f36a9f2d86
commit 982d8e35ed
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public ModSettingsContainer()
new OsuScrollContainer
{
RelativeSizeAxes = Axes.Both,
ScrollbarVisible = false,
Child = modSettingsContent = new FillFlowContainer<ModControlSection>
{
Anchor = Anchor.TopCentre,