w11k / angular-sticky-things

Sticky Directive for Angular 2+

Home Page:https://w11k.github.io/angular-sticky-things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opening dialog window with overlay causes sticky header to disappear

jaetea opened this issue · comments

commented

We leverage Angular Material. When you open a dialog window the "is-sticky" class gets removed from the sticky component and the spacer size it set to zero.

Once you close the dialog it reappears.

image

image

Thank you for reporting the issue!

I'll try to look at it by the end of next week. If you want to speed up things, you can provide a fork of this repository with a mat dialog in the demo page.

commented

This seems to be an issue with the way material handles scrolllock, not with sticky things. Closing