Enable masking for main content to avoid underlap with close button on word wrap failure.

This commit is contained in:
Dean Herbert 2022-08-30 19:17:40 +09:00
parent 6b71b4656d
commit 60413e3e7b

View File

@ -118,6 +118,7 @@ namespace osu.Game.Overlays.Notifications
{
content = new Container
{
Masking = true,
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
},