You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to keep the header condensed related to content, meaning that for some content I want the normal behavior of the scrolling with the keepCondensedHeader, but for some other content I want the condensed version. I'm not able to do that since the header keeps scrolling...
I don't think fixed is causing the issue. condensedHeaderHeight is dynamically calculated when you change the headerHeight property, so you are decreasing the header's size every time you run (<any>this._element).headerHeight = (<any>this._element).condensedHeaderHeight / 2;
I would like to keep the header condensed related to content, meaning that for some content I want the normal behavior of the scrolling with the keepCondensedHeader, but for some other content I want the condensed version. I'm not able to do that since the header keeps scrolling...
I have something like this:
and
My problem is that the fixed option reestablishes the original header size...
Anyone facing the same issue? Thanks!
The text was updated successfully, but these errors were encountered: