IOS is not loading my content [Kind of Solved]

Hi guys =D

For a specific project my costumer asked to create a new select component like this:

And it is working just fine on Android, but on IOS after I scroll down my content it becomes like this:

And I really don’t know why =P

Bellow you see my scss and my js (Yes, I’m still using JS. But it is an old project)

Sorry for my poor english =d

I’ve found another post saying to add this to my element: -webkit-transform: translateZ(0) translate3d(0px, 0px, 0px);

And it solved, I have no idea why, but solved.