So I have this ScrollView set up using ScrollRect that has a Viewport child which has an Image and a Mask (pretty basic ScrollView setup). Inside the scroll view I have 15 buttons. I want to know what button is at the center of my ScrollView, so I can disable all other buttons (to be unclickable). I tried it with content.position.y but it's different for every screen size.
Is there even anyway to do this?