joejordanbrown / popover

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

Left positioning with "before" not applying #544

Closed usersina closed 2 years ago

usersina commented 3 years ago

Bug, feature request, or proposal:

What is the expected behaviour?

What is the current behaviour?

What are the steps to reproduce?

<mde-popover
  #appPopover="mdePopover"
  mdePopoverPositionX="before"
  [mdePopoverOverlapTrigger]="false"
>
  <mat-card style="max-width: 300px">
    <mat-card-content>
      A material design popover component created using Angular version 8 with
      the Angular CDK.
    </mat-card-content>
  </mat-card>
</mde-popover>

<button mat-raised-button color="primary" 
  [mdePopoverTriggerFor]="appPopover" 
  mdePopoverTriggerOn="click"
  #popoverTrigger="mdePopoverTrigger"
>
    Show Popover
</button>

Other Comments

stale[bot] commented 3 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.