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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[X] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
When trying to make a portal or directly call dialog when loading for specific components blocks (lets assume like a dashboard), the body was set with ngneat-dialog-hidden class and blocks entire page scroll.
Expected behavior
Choose which DOM element scroll should be blocked (body, container it attached to etc)
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
The possibility to control the dialog component per component scope (like dashboard module stats etc) and to not block page scroll.
Environment
Angular version: 14.1.2
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [X] Edge version 116.0.1938.54 (Official build) (arm64)
For Tooling issues:
- Node version: XX
- Platform:
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
When trying to make a portal or directly call dialog when loading for specific components blocks (lets assume like a dashboard), the body was set with
ngneat-dialog-hidden
class and blocks entire page scroll.Expected behavior
Choose which DOM element scroll should be blocked (body, container it attached to etc)
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
The possibility to control the dialog component per component scope (like dashboard module stats etc) and to not block page scroll.
Environment
The text was updated successfully, but these errors were encountered: