Files
twenty/packages/twenty-front
Charles Bochet 67db7d85c0 Proposal Date picker overflow (#4996)
Unfortunately, it is not possible in CSS to have an overflow:visible
over x-axis while having an overflow:hidden over y-axis, leading to the
following issue:

<img width="1512" alt="image"
src="https://github.com/twentyhq/twenty/assets/12035771/9b84cbbb-c6c4-4fd6-a630-a24f01eccf73">

I'm refactoring the RecordInlineCell and RecordTableCell to use
useFloating + createPortal to open the cell.
2024-04-17 11:35:45 +02:00
..
2024-03-31 10:53:37 +02:00
2024-04-17 11:35:45 +02:00
2023-12-10 18:10:54 +01:00

Run yarn dev while server running on port 3000