fix: prevent dropdown arrow from centering when Select height increases (#22877)

Co-authored-by: Kartik Saini <41051387+kart1ka@users.noreply.github.com>
This commit is contained in:
Kartik
2025-08-13 04:38:48 +00:00
committed by GitHub
co-authored by Kartik Saini
parent 750db38d38
commit fbaccc8e5f
@@ -106,7 +106,7 @@ export const Select = <
),
indicatorsContainer: (state) =>
cx(
"flex items-center justify-center mt-0.5",
"flex !items-start justify-center mt-0.5 h-full",
state.selectProps.menuIsOpen
? hasMultiLastIcons
? "[&>*:last-child]:rotate-180 [&>*:last-child]:transition-transform [&>*:last-child]:w-4 [&>*:last-child]:h-4"