mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +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,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
|
Masking = false,
|
||||||
|
ScrollbarOverlapsContent = false,
|
||||||
Alpha = 0,
|
Alpha = 0,
|
||||||
Children = new[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user