1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 01:39:55 +08:00

Fix scrollbar overlapping content

This commit is contained in:
Dean Herbert
2022-04-26 15:55:32 +09:00
Unverified
parent 71aa7c813e
commit 2c836e2d63
@@ -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),