joejordanbrown / popover

Angular CDK Popover, no default style, examples using @angular/material
MIT License
212 stars 75 forks source link

Fixed popover position even if space is not available #704

Closed sameerthekhans closed 2 years ago

sameerthekhans commented 2 years ago

Feature request

Can it be possible to add an option to force popover position to be fixed? [mdePopoverFixedPosition]="true" //Default false

What is the expected behaviour?

Fixed popover position even if there is no available space

What is the current behaviour?

The popover changed its position to top if there is no available space below image

What are the steps to reproduce?

Reduce the height of browser and click on button to show popover StackBlitz Template: https://stackblitz.com/fork/mde-popover

Which versions of Angular, Material-Extended, OS, TypeScript, browsers are affected?

3.0.3

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.