mirror of https://github.com/ppy/osu
Fix scrollbar overlapping content
This commit is contained in:
parent
71aa7c813e
commit
2c836e2d63
|
@ -22,6 +22,7 @@ protected FirstRunSetupScreen()
|
|||
new OsuScrollContainer(Direction.Vertical)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
ScrollbarOverlapsContent = false,
|
||||
Child = Content = new FillFlowContainer
|
||||
{
|
||||
Spacing = new Vector2(20),
|
||||
|
|
Loading…
Reference in New Issue