ng-matero / extensions

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

Popover position issue #206

Closed abdallahemad94 closed 1 year ago

abdallahemad94 commented 1 year ago

when setting the position for the popover to ['before', 'below'] for example it doesn't take effect on inspection of the html the popover has mtx-popover-after-below which isn't right instead it should be mtx-popover-before-below the issue exists on the demo link

nzbin commented 1 year ago

Because there has no enough space to place the left, so it will place right automatically. You can drag the button around and test again.