diff --git a/apis/nucleus/src/components/listbox/ListBoxInline.jsx b/apis/nucleus/src/components/listbox/ListBoxInline.jsx index 1a2812ce8..bb5bb458b 100644 --- a/apis/nucleus/src/components/listbox/ListBoxInline.jsx +++ b/apis/nucleus/src/components/listbox/ListBoxInline.jsx @@ -185,6 +185,7 @@ function ListBoxInline({ options, layout }) { const searchHeight = dense ? 27 : 40; const extraheight = dense ? 39 : 49; const minHeight = 49 + (searchVisible ? searchHeight : 0) + extraheight; + const headerHeight = 32; const { wildCardSearch, searchEnabled } = layout; const onShowSearch = () => { @@ -209,7 +210,7 @@ function ListBoxInline({ options, layout }) { > {toolbar && ( - + {isLocked ? (