mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 19:00:15 +08:00
Fix TabControl wasn't on top of everything
This commit is contained in:
@@ -78,6 +78,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Depth = -float.MaxValue,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
controlBackground = new Box
|
||||
|
||||
Reference in New Issue
Block a user