1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:43:21 +08:00

Prevent overflow on beatmap info using scrollable container

This commit is contained in:
Gutyina Gergő 2022-07-31 21:24:41 +02:00
parent 998e3b74d6
commit 98214beb6c

View File

@ -9,6 +9,7 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.Sprites;
using osu.Game.Online.API.Requests.Responses;
@ -62,7 +63,7 @@ namespace osu.Game.Overlays.BeatmapSet
Child = new MetadataSection(MetadataType.Description),
},
},
new Container
new OsuScrollContainer
{
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,