mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Fix beatmap card expanded content not blocking clicks from behind
This commit is contained in:
parent
f52540c0b8
commit
4578a96813
@ -59,6 +59,8 @@ namespace osu.Game.Beatmaps.Drawables.Cards
|
||||
return base.OnScroll(e);
|
||||
}
|
||||
|
||||
protected override bool OnClick(ClickEvent e) => true;
|
||||
|
||||
private class ExpandedContentScrollbar : OsuScrollbar
|
||||
{
|
||||
public ExpandedContentScrollbar(Direction scrollDir)
|
||||
|
Loading…
Reference in New Issue
Block a user