fix: date picker arrow positioning (#14129)
* fix: date picker arroe * chore: improvements * fix: add extra row --------- Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
This commit is contained in:
co-authored by
Joe Au-Yeung
parent
9694aa443f
commit
3c5a007125
@@ -301,7 +301,7 @@ const DatePicker = ({
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
<div className="relative grid grid-cols-7 gap-1 text-center">
|
||||
<div className="relative grid grid-cols-7 grid-rows-6 gap-1 text-center">
|
||||
<Days
|
||||
weekStart={weekStart}
|
||||
selected={selected}
|
||||
|
||||
Reference in New Issue
Block a user