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
Currently trying to use Select in a dialog/modal but it changes the size or goes out of screen instead of using document.body as parent. How to change this?
Tried both [materializeParams]="[{dropdownOptions: { container: window.document.body }}]"
And [materializeParams]="[{wrapper: window.document.body}]"
The text was updated successfully, but these errors were encountered:
Hey,
Currently trying to use Select in a dialog/modal but it changes the size or goes out of screen instead of using document.body as parent. How to change this?
Tried both
[materializeParams]="[{dropdownOptions: { container: window.document.body }}]"
And
[materializeParams]="[{wrapper: window.document.body}]"
The text was updated successfully, but these errors were encountered: