kendo-angular
kendo-angular copied to clipboard
Components with Popup Containers do not take into account the SCALE injection token
When applying the SCALE injection token, only the individual Popup Component takes it into an account and calculates the left and right CSS styles properly. This is not the case when using components who have a Popup Component, for example: DropDownList, DateTimePicker, etc.
To Reproduce: https://stackblitz.com/edit/angular-ernj7e?file=src%2Fapp%2Fapp.component.ts
- Open the StackBlitz demo.
- Click on the DateTimePicker.
Current Behaviour:
The Popup of the DateTimePicker is not properly aligned with its container
Expected Behaviour:
The Popup of the DateTimePicker should have properly set left / right CSS styles.