mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09: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
|
content = new Container
|
||||||
{
|
{
|
||||||
|
Masking = true,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user