fix(ui): DateRangePicker-Popper immer oben anzeigen

This commit is contained in:
ISA
2025-09-11 14:54:32 +02:00
parent aedc7ccae5
commit 3edb8a053c
6 changed files with 14 additions and 5 deletions

View File

@@ -77,6 +77,8 @@ const DateRangePicker: React.FC<DateRangePickerProps> = ({
minDate={sixMonthsAgo}
maxDate={today}
dateFormat="dd.MM.yyyy"
portalId="root-portal"
popperClassName="custom-datepicker-popper"
className={`border px-2 py-1 rounded ${inputWidthClass} ${
compact ? "text-xs" : "text-sm"
}`}
@@ -107,6 +109,8 @@ const DateRangePicker: React.FC<DateRangePickerProps> = ({
minDate={sixMonthsAgo}
maxDate={today}
dateFormat="dd.MM.yyyy"
portalId="root-portal"
popperClassName="custom-datepicker-popper"
className={`border px-2 py-1 rounded ${inputWidthClass} ${
compact ? "text-xs" : "text-sm"
}`}