mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Enable masking for main content to avoid underlap with close button on word wrap failure.
This commit is contained in:
@ -118,6 +118,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
{
|
||||
content = new Container
|
||||
{
|
||||
Masking = true,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
},
|
||||
|
Reference in New Issue
Block a user