In today's responsive landscape who can do without media queries? Exactly, not you! Angular Sticky has a few tricks that could prove useful when you're building a responsive application.
Adding a media-query
attribute will allow you to supply a media query.
It will cause the sticky element to be only sticky if the media query matches the current viewport dimensions.
Learn more about media queries.