ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
393 stars 48 forks source link

Position issue with Firefox #238

Closed autonomobil closed 10 months ago

autonomobil commented 10 months ago

Something goes wrong when using Firefox and the dropdown selection from https://ng-matero.github.io/extensions/components/select/overview. Drop down list appears at the bottom of the page, instead of where it belongs. Dropdown is set to extended in the following images:

image image image

Ubuntu 22.04 Firefox 115.0.2 (installed via flatpak)

nzbin commented 10 months ago

Thanks for your advice, I have fixed this issue which caused by appendTo prop.

autonomobil commented 9 months ago

Thanks for fixing :)