Files
twenty/packages/twenty-front
Lucas Bordeau 13e569eaac Removed z-index dynamic logic for table (#18436)
This PR removes the complex logic that was used to manage z-index
switching to have the hovered cell portal correctly behave when its
borders were overlaping cells ones.

We now have the hovered portal inside a cell, thus removing the need for
a z-index dynamic logic.

The code has been simplified in the parts where the logic was
implemented and the constant that holds the all z indices for the tables
is still needed but with less options.
2026-03-05 19:38:05 +01:00
..
2026-02-27 23:11:56 +01:00
2026-02-26 14:31:54 +01:00
2026-02-26 14:31:54 +01:00
2026-02-17 11:24:33 +01:00

Run yarn dev while server running on port 3000