Odd scroll behavior on inputs inside a component

I have a custom component being used in one of my pages. The custom component contains several input fields. I have scrollAssist set to true in my app.module file. Normally, inputs scroll above the keyboard as you would expect, however, the inputs inside of my custom component scroll down when clicked. I cannot figure out why this could be happening. Any insight would be appreciated.

For anyone who happens to stumble upon this, the inputs in question were in ion-sliding components. Removing that fixed the issue.