mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Add override edge rule to overflow above home indicator on iOS
This commit is contained in:
parent
30d2c7ba6a
commit
8fc4d0c6f5
@ -301,6 +301,7 @@ namespace osu.Game
|
||||
|
||||
base.Content.Add(new SafeAreaContainer
|
||||
{
|
||||
SafeAreaOverrideEdges = Edges.Bottom,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = CreateScalingContainer().WithChildren(new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user