We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847a60c commit e939ea7Copy full SHA for e939ea7
src/cdk/overlay/overlay-directives.ts
@@ -46,6 +46,12 @@ const defaultPositionList = [
46
new ConnectionPositionPair(
47
{originX: 'start', originY: 'top'},
48
{overlayX: 'start', overlayY: 'bottom'}),
49
+ new ConnectionPositionPair(
50
+ {originX: 'end', originY: 'top'},
51
+ {overlayX: 'end', overlayY: 'bottom'}),
52
53
+ {originX: 'end', originY: 'bottom'},
54
+ {overlayX: 'end', overlayY: 'top'}),
55
];
56
57
/** Injection token that determines the scroll handling while the connected overlay is open. */
0 commit comments