Fix scrollbar overlapping content

This commit is contained in:
Dean Herbert
2022-04-26 15:55:32 +09:00
parent 71aa7c813e
commit 2c836e2d63

View File

@ -22,6 +22,7 @@ namespace osu.Game.Overlays.FirstRunSetup
new OsuScrollContainer(Direction.Vertical)
{
RelativeSizeAxes = Axes.Both,
ScrollbarOverlapsContent = false,
Child = Content = new FillFlowContainer
{
Spacing = new Vector2(20),