Skip to content

Commit

Permalink
fix(popover): scroll positioning (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and GitHub Enterprise committed Mar 12, 2021
1 parent 306ac93 commit b8c909d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ export class NxPopoverTriggerDirective implements AfterViewInit, OnDestroy, OnIn
...origin,
...overlay,
...offset,
}, ...fallbacks]);
}, ...fallbacks]).withFlexibleDimensions(false);
}

/** Returns the focus to the element focused before the Popover was open. */
Expand Down

0 comments on commit b8c909d

Please sign in to comment.