Improve nested scroll behaviour

This commit is contained in:
Dean Herbert
2022-04-05 16:40:09 +09:00
parent 23dad7bdc4
commit f156cb797d
2 changed files with 60 additions and 1 deletions

View File

@ -106,6 +106,7 @@ namespace osu.Game.Overlays.Mods
{
RelativeSizeAxes = Axes.Both,
Masking = false,
ClampExtension = 100,
ScrollbarOverlapsContent = false,
Child = columnFlow = new ModColumnContainer
{