Task attempt ed00b339-eaec-4c8f-b4f5-79504e6105c6 - Final changes

This commit is contained in:
Louis Knight-Webb
2025-06-24 17:50:36 +01:00
parent a7217df3fc
commit 989324b36a

View File

@@ -247,11 +247,12 @@ export function FileSearchTextarea({
{showDropdown && createPortal(
<div
ref={dropdownRef}
className="fixed z-50 bg-background border border-border rounded-md shadow-lg overflow-y-auto min-w-64"
className="fixed bg-background border border-border rounded-md shadow-lg overflow-y-auto min-w-64"
style={{
top: dropdownPosition.top,
left: dropdownPosition.left,
maxHeight: dropdownPosition.maxHeight,
zIndex: 10000, // Higher than dialog z-[9999]
}}
>
{isLoading ? (