Update existing overlay containers to not block scroll input

This commit is contained in:
Dean Herbert
2021-04-12 16:41:36 +09:00
parent 995c244cee
commit 0eab9daf13
4 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,8 @@ namespace osu.Game.Graphics.Containers
protected virtual string PopInSampleName => "UI/overlay-pop-in";
protected virtual string PopOutSampleName => "UI/overlay-pop-out";
protected override bool BlockScrollInput => false;
protected override bool BlockNonPositionalInput => true;
/// <summary>