Fix/relation picker (#546)

* FIx pickers

* Fix

* Fix lint

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Lucas Bordeau
2023-07-09 03:43:41 +02:00
committed by GitHub
parent 9d25d003ca
commit 795bead1bb
6 changed files with 29 additions and 9 deletions
@@ -60,9 +60,10 @@ export function useEntitySelectScroll<
] as HTMLElement;
if (currentHoveredRef) {
console.log({ currentHoveredRef, containerRef });
scrollIntoView(currentHoveredRef, {
align: {
top: 0.275,
top: 0.15,
},
isScrollable: (target) => {
return target === containerRef.current;