Skip to content

Instantly share code, notes, and snippets.

@olpoco
Last active March 23, 2016 18:49
Show Gist options
  • Save olpoco/9710c31706094a0884a0 to your computer and use it in GitHub Desktop.
Save olpoco/9710c31706094a0884a0 to your computer and use it in GitHub Desktop.
css fixed position within ion-content

omg, so fixed position doesn't work in ion-content, which uses zynda scroller... see here

"The ion-scroller is based on the zynga scroller, which really just movies content inside the scroller. Technically, it's not scrolling, but just moving the content inside. "

the workaround is set and then set {'scroll:overflow; height:95%'} to the content you want to scroll inside of it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment