Conflict between picklist used inputicon-style and table loading mask #17263
Labels
Status: Pending Review
Issue or pull request is being reviewed by Core Team
Milestone
Describe the bug
When the primeng table datatable mask is used, its styles are overriden by the p-overlay-mask that is loaded from base styles later. An example: We are using the table and in a dynamic dialog or popover with ngTemplate we used the picklist with filterBy. After we open modal|popover, table mask changes from position absolute to position fixed and blocks entire screen on lazy loading.
before:
after:
Pull Request Link
#17261
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-7en3trgo?file=src%2Fapp%2Fapp.component.html
Environment
ubuntu 22, firefox,
Angular version
19
PrimeNG version
v19
Node version
No response
Browser(s)
firefox 133
Steps to reproduce the behavior
Result: The datatable-overlay is fixed instead of absolute.
Expected behavior
The datatable-overlay should remain fixed, after any base style components loading.
The text was updated successfully, but these errors were encountered: