Fix scrollbar overlapping content

This commit is contained in:
Dean Herbert 2022-04-26 15:55:32 +09:00
parent 71aa7c813e
commit 2c836e2d63
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ protected FirstRunSetupScreen()
new OsuScrollContainer(Direction.Vertical)
{
RelativeSizeAxes = Axes.Both,
ScrollbarOverlapsContent = false,
Child = Content = new FillFlowContainer
{
Spacing = new Vector2(20),