1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +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 new OsuContextMenuContainer
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Masking = true,
Child = new GridContainer Child = new GridContainer
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,