Pedram Afrasiabi

Results 3 issues of Pedram Afrasiabi

when I put the `Datepicker` in a flex container with equal width children, the datepicker's width is not equal with it's siblings. codesandbox below: [codesandbox](https://codesandbox.io/s/busy-cookies-hc3sb5?file=/src/App.js) ![tCzWFccVJN3A](https://user-images.githubusercontent.com/18122126/181171717-55d092c2-19b8-4459-b74b-30e241d620da.png)

I have this usecase that there are several columns (containers) and inside them are draggable cards. each column must have a fixed `height` and `overflow-y: auto` because cards' data is...

### Description I am using chakra's latest version inside a nextjs v14 app. I have some Inputs in my page with no extra styling. when I refresh the page the...