Skip to content

Commit

Permalink
Merge pull request #9442 from dakotajd/bug/overlaypanel-arrow-position
Browse files Browse the repository at this point in the history
Issue #9441: Re-add CSS for p-overlaypanel-shifted
  • Loading branch information
cagataycivici authored Nov 17, 2020
2 parents 9c60b29 + 18e3277 commit 0a34b28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/components/overlaypanel/overlaypanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
margin-left: -10px;
}

.p-overlaypanel-shifted:after, .p-overlaypanel-shifted:before {
left: auto;
right: 1.25em;
margin-left: auto;
}

.p-overlaypanel-flipped:after, .p-overlaypanel-flipped:before {
bottom: auto;
top: 100%;
Expand Down

0 comments on commit 0a34b28

Please sign in to comment.