Skip to content

Commit

Permalink
fix tooltip in overlay block
Browse files Browse the repository at this point in the history
+ alignment
  • Loading branch information
GoodDayForSurf committed Dec 5, 2023
1 parent 581b37e commit 1685914
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/app/preview/overlays/overlays.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
</div>

<dx-popup #popup
title="Popup Title"
[closeOnOutsideClick]="true"
[showTitle]="true"
width="400"
height="150"
[visible]="false"
container="#target-block"
[position]="{ of: '#target-element' }">
title="Popup Title"
[closeOnOutsideClick]="true"
[showTitle]="true"
width="400"
height="150"
[visible]="false"
container="#target-block"
[position]="{ of: '#target-element' }">
</dx-popup>
<dx-load-panel
[visible]="true"
Expand Down

0 comments on commit 1685914

Please sign in to comment.