-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cdk/overlay): add start and end positions to GlobalPositionStrategy #12007
Conversation
b3eb690
to
f6b7c10
Compare
Addressed the feedback @josephperrott. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, add the merge ready
when its ready to go
f6b7c10
to
02fdfae
Compare
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
02fdfae
to
029297c
Compare
029297c
to
60ea22f
Compare
60ea22f
to
45076bc
Compare
45076bc
to
48db19b
Compare
48db19b
to
e5f1fdc
Compare
e5f1fdc
to
a663938
Compare
* Makes some things easier to follow in the `GlobalPositionStrategy`. * Adds the ability to position a global overlay to the start and end of the viewport, based on its layout direction. * Fixes the offset in the `center` position always being from the left. * Adds better docs for the various methods.
a663938
to
7098a9b
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
GlobalPositionStrategy
.center
position always being from the left.