Fix Bug: Duel Selection Popup Scroll Jumps to Bottom on Mouse Wheel
In duel option popups like Declare Type, mouse-wheel scrolling jumped near the bottom instead of smooth incremental movement due to an overly high ScrollRect sensitivity (1000) in PopupDuelSelection. Lowering sensitivity fixed wheel scrolling, and additional navigation safeguards were added so keyboard/controller focus stays on list items instead of jumping to the scrollbar.
Showing
Please register or sign in to comment