mirror of
https://github.com/ppy/osu
synced 2025-01-31 10:22:02 +00:00
Enable masking for main content to avoid underlap with close button on word wrap failure.
This commit is contained in:
parent
6b71b4656d
commit
60413e3e7b
@ -118,6 +118,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
{
|
||||
content = new Container
|
||||
{
|
||||
Masking = true,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user