1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 02:57:25 +08:00

Make header overlap content

This commit is contained in:
smoogipoo 2021-08-12 16:52:35 +09:00
parent d07bb10d02
commit 3b7aa262d5

View File

@ -101,7 +101,6 @@ namespace osu.Game.Screens.OnlinePlay
new Container
{
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding { Top = Header.HEIGHT },
Children = new[]
{
header = new Container