1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

Fix context menu not masking outside of leaderboard area

This commit is contained in:
Joehu 2020-07-12 22:04:00 -07:00
parent 9c039848bc
commit ac7252e152

View File

@ -173,6 +173,7 @@ namespace osu.Game.Online.Leaderboards
new OsuContextMenuContainer
{
RelativeSizeAxes = Axes.Both,
Masking = true,
Child = new GridContainer
{
RelativeSizeAxes = Axes.Both,