feat: response in mobile and accouting
This commit is contained in:
@@ -139,7 +139,7 @@ export default function PersianDatePicker({
|
||||
</button>
|
||||
|
||||
{open && (
|
||||
<div className="absolute right-0 z-50 mt-2 bg-white dark:bg-gray-900 ring-1 ring-gray-200 dark:ring-gray-800 rounded-2xl shadow-xl p-2">
|
||||
<div className="absolute right-0 z-50 mt-2 bg-white dark:bg-gray-900 ring-1 ring-gray-200 dark:ring-gray-800 rounded-2xl shadow-xl p-2 max-w-[calc(100vw-3rem)] overflow-x-auto">
|
||||
<DayPicker
|
||||
mode="single"
|
||||
selected={selectedDate ?? undefined}
|
||||
|
||||
Reference in New Issue
Block a user