Fix dropdown z index (#12442)

Fixes https://github.com/twentyhq/twenty/issues/11942

This PR creates two different dropdown z indexes, one for normal
dropdowns, and one for the dropdowns inside modals.
This commit is contained in:
Raphaël Bosi
2025-06-04 11:14:56 +02:00
committed by GitHub
parent f7e2c1c627
commit 7046965496
8 changed files with 124 additions and 5 deletions

View File

@ -137,6 +137,7 @@ export const MatchColumnToFieldSelect = ({
)
}
onClickOutside={handleClickOutside}
isDropdownInModal
/>
);
};