diff --git a/src/components/OutOfOfficeForm.vue b/src/components/OutOfOfficeForm.vue index 0b279378d5..2bb46c8bb8 100644 --- a/src/components/OutOfOfficeForm.vue +++ b/src/components/OutOfOfficeForm.vue @@ -387,4 +387,10 @@ export default { } } } + +#ooo-first-day { + :deep(.mx-datepicker-popup) { + left: 0 !important; + } +}