Fix settings sidebar showing scrollbar at max ui scale

This commit is contained in:
Joehu 2019-08-03 15:20:44 -07:00
parent 3a21a9e0ed
commit 115cf47ed5
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ public SidebarScrollContainer()
Content.Anchor = Anchor.CentreLeft;
Content.Origin = Anchor.CentreLeft;
RelativeSizeAxes = Axes.Both;
ScrollbarVisible = false;
}
}