fix(ui): DateRangePicker-Popper immer oben anzeigen
This commit is contained in:
@@ -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"
|
||||
}`}
|
||||
|
||||
Reference in New Issue
Block a user