mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 06:07:11 +09:00
Fix scrollbar overlapping content
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user