RTL: incorrect overlay position when closer to the left edge of viewport
pekam opened this issue · comments
Pekka Maanpää commented
In RTL mode, when the field is closer to the right edge of the viewport, it works as expected:
When the field is closer to the left edge, the overlay goes to the right side of the viewport:
It's related to the logic for flipping the overlay when closer to the other edge:
vaadin-date-picker/src/vaadin-date-picker-mixin.html
Lines 568 to 579 in 4ce176a