mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Fix scrollbar overlapping content
This commit is contained in:
@ -22,6 +22,7 @@ namespace osu.Game.Overlays.FirstRunSetup
|
|||||||
new OsuScrollContainer(Direction.Vertical)
|
new OsuScrollContainer(Direction.Vertical)
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
ScrollbarOverlapsContent = false,
|
||||||
Child = Content = new FillFlowContainer
|
Child = Content = new FillFlowContainer
|
||||||
{
|
{
|
||||||
Spacing = new Vector2(20),
|
Spacing = new Vector2(20),
|
||||||
|
Reference in New Issue
Block a user