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 tried to use ng2-sticky to create a sticky header in my sidebar content, but it doesn't work.
Sidebar content is inserted using angular 2 app routing module,
Do you have any solution?
PS: I also, tried to make header sticky with
I was also trying this sticky lib out with Angular Material... one problem is that it's not window that get's scrolled.. so I quess it would need some tweeking to make it work..
I tried to use ng2-sticky to create a sticky header in my sidebar content, but it doesn't work.
Sidebar content is inserted using angular 2 app routing module,
Do you have any solution?
PS: I also, tried to make header sticky with
Content
`
<i class="material-icons header-back-icon" (click)="goBack()">arrow_back
{{bikeTrack.name}}
<i class="material-icons header-map-icon" (click)="closeSidenav()">map
The text was updated successfully, but these errors were encountered: