We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c44471 commit d2530c3Copy full SHA for d2530c3
1 file changed
src/material/timepicker/timepicker.ts
@@ -360,6 +360,7 @@ export class MatTimepicker<D> implements OnDestroy, MatOptionParentComponent {
360
.withFlexibleDimensions(false)
361
.withPush(false)
362
.withTransformOriginOn('.mat-timepicker-panel')
363
+ .withPopoverLocation('inline')
364
.withPositions([
365
{
366
originX: 'start',
0 commit comments