Skip to content

Commit 67c7348

Browse files
fix(datepicker): set canPush to false for position strategy (#10609)
1 parent e70eb48 commit 67c7348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/datepicker/datepicker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ export class MatDatepicker<D> implements OnDestroy, CanColor {
483483
.withFlexibleHeight(false)
484484
.withFlexibleWidth(false)
485485
.withViewportMargin(8)
486+
.withPush(false)
486487
.withPositions([
487488
{
488489
originX: 'start',

0 commit comments

Comments
 (0)