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:
parent
9c039848bc
commit
ac7252e152
@ -173,6 +173,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
new OsuContextMenuContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Masking = true,
|
||||
Child = new GridContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
Loading…
Reference in New Issue
Block a user