mirror of
https://github.com/ppy/osu
synced 2025-02-09 06:36:56 +00:00
Fix mod settings showing scrollbar when screen is offset
This commit is contained in:
parent
f36a9f2d86
commit
982d8e35ed
@ -52,6 +52,7 @@ namespace osu.Game.Overlays.Mods
|
||||
new OsuScrollContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
ScrollbarVisible = false,
|
||||
Child = modSettingsContent = new FillFlowContainer<ModControlSection>
|
||||
{
|
||||
Anchor = Anchor.TopCentre,
|
||||
|
Loading…
Reference in New Issue
Block a user