Skip to content

Commit

Permalink
Fixed #74 - The arrow position is wrong after overlayPanel/confirmPop…
Browse files Browse the repository at this point in the history
…up is flipped
  • Loading branch information
tugcekucukoglu committed Feb 23, 2024
1 parent 6f748f9 commit eca401e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme-base/components/overlay/_confirmpopup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.p-confirm-popup-flipped {
margin-top: 0;
margin-top: -10px;
margin-bottom: 10px;
}

Expand Down
2 changes: 1 addition & 1 deletion theme-base/components/overlay/_overlaypanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.p-overlaypanel-flipped {
margin-top: 0;
margin-top: -10px;
margin-bottom: 10px;
}

Expand Down

0 comments on commit eca401e

Please sign in to comment.