Skip to content

Commit

Permalink
[AAE-29973] fix for dynamic component with absolute position
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszhanaj committed Jan 15, 2025
1 parent b76bed2 commit 556d9d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<mat-card>
<mat-card-content>
<mat-card-content [ngStyle]="{'position':'relative'}">
<div #container></div>
</mat-card-content>
<mat-card-actions align="end">
Expand Down

0 comments on commit 556d9d6

Please sign in to comment.