Make div fixed when you scroll to it in ionic v1
问题 I am trying to make a div fixed when you scroll to it but the issue is that the div I am trying to target is in ion-content and it is not allowing me to use simple jQuery or CSS solutions in order to make this feature possible. The scroll portion of ion-content is disrupting it from working according to answers I have read... I was curious of any solutions pertaining to this issue. I am using an old version of ionic and have not come across and feasible solutions. Everything that I have tried