mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix mod settings showing scrollbar when screen is offset
This commit is contained in:
@ -52,6 +52,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
new OsuScrollContainer
|
new OsuScrollContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
ScrollbarVisible = false,
|
||||||
Child = modSettingsContent = new FillFlowContainer<ModControlSection>
|
Child = modSettingsContent = new FillFlowContainer<ModControlSection>
|
||||||
{
|
{
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
|
Reference in New Issue
Block a user