We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d92d30 commit c832e2dCopy full SHA for c832e2d
fluXis/Screens/Select/List/MapList.cs
@@ -145,7 +145,7 @@ public void ScrollToItem(IListItem item, bool smooth = true)
145
146
if (center < DisplayableContent / 2)
147
ScrollTo(0, smooth);
148
- else if (center > ScrollableExtent - DisplayableContent / 2)
+ else if (center > ScrollableExtent + DisplayableContent / 2)
149
ScrollToEnd(smooth);
150
else
151
ScrollTo(center - DisplayableContent / 2, smooth);
0 commit comments