Hey ,
Your issue is because when you use the keyboard to change to buttons in your scroll box, the widget that contains the button gets “focus”. When the widget has this “focus” the button cannot be pressed. To work around this, in your MyButton Blueprint override the On Focus received and put in the blueprint I have in the screenshot. This should resolve your issue!