mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add override edge rule to overflow above home indicator on iOS
This commit is contained in:
@ -301,6 +301,7 @@ namespace osu.Game
|
||||
|
||||
base.Content.Add(new SafeAreaContainer
|
||||
{
|
||||
SafeAreaOverrideEdges = Edges.Bottom,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = CreateScalingContainer().WithChildren(new Drawable[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user