mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 14:37:13 +01:00
make footer sticky
This commit is contained in:
@@ -87,7 +87,7 @@ export default function DateSelect() {
|
||||
formatDate={dateFormat}
|
||||
parseDate={parseDate}
|
||||
dayPickerProps={{
|
||||
className: 'Selectable',
|
||||
className: 'datepicker',
|
||||
selectedDays: [from, { from, to }],
|
||||
disabledDays,
|
||||
modifiers,
|
||||
@@ -95,7 +95,7 @@ export default function DateSelect() {
|
||||
}}
|
||||
onDayChange={(from) => setRange({ ...range, from })}
|
||||
/>
|
||||
<Form.Label className="px-2">bis</Form.Label>
|
||||
<Form.Label className="px-2">-</Form.Label>
|
||||
<DayPickerInput
|
||||
ref={toRef}
|
||||
component={Form.Control}
|
||||
@@ -105,7 +105,7 @@ export default function DateSelect() {
|
||||
formatDate={dateFormat}
|
||||
parseDate={parseDate}
|
||||
dayPickerProps={{
|
||||
className: 'Selectable',
|
||||
className: 'datepicker',
|
||||
selectedDays: [from, { from, to }],
|
||||
disabledDays,
|
||||
modifiers,
|
||||
|
||||
Reference in New Issue
Block a user