Open takecare opened 2 years ago
Describe the bug
The time picker overlays the calendar one when todayButton is used.
todayButton
To Reproduce
Expected behavior The time container is displayed immediately to the right of the calendar one, without overlap.
Screenshots
Desktop (please complete the following information):
Additional context
Changing the right positioning on &--with-today-button to something like -90px instead of -72 should help. Not sure if it's the best solution.
&--with-today-button
-90px
Also notice how some of the corners are not properly displayed (don't know what that is about).
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 10 days.
Describe the bug
The time picker overlays the calendar one when
todayButton
is used.To Reproduce
Expected behavior The time container is displayed immediately to the right of the calendar one, without overlap.
Screenshots
Desktop (please complete the following information):
Additional context
Changing the right positioning on
&--with-today-button
to something like-90px
instead of -72 should help. Not sure if it's the best solution.Also notice how some of the corners are not properly displayed (don't know what that is about).