mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Disable masking on inner scroll container
This commit is contained in:
parent
e34839c891
commit
2c27b17c85
@ -130,6 +130,8 @@ namespace osu.Game.Screens.Ranking.Statistics
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Masking = false,
|
||||
ScrollbarOverlapsContent = false,
|
||||
Alpha = 0,
|
||||
Children = new[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user