From d2530c394910c83daed34e1f7636b59d4fbb3047 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Mon, 10 Nov 2025 10:47:17 +0100 Subject: [PATCH] fix(material/timepicker): render overlay next to trigger Switches the timepicker to insert its overlay next to the trigger in the DOM which helps with accessibility. --- src/material/timepicker/timepicker.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/material/timepicker/timepicker.ts b/src/material/timepicker/timepicker.ts index 768fef0df6ba..eee9a66f51f7 100644 --- a/src/material/timepicker/timepicker.ts +++ b/src/material/timepicker/timepicker.ts @@ -360,6 +360,7 @@ export class MatTimepicker implements OnDestroy, MatOptionParentComponent { .withFlexibleDimensions(false) .withPush(false) .withTransformOriginOn('.mat-timepicker-panel') + .withPopoverLocation('inline') .withPositions([ { originX: 'start',