Fix dropdown selection overflow while scrolling

This commit is contained in:
2025-08-19 06:51:50 +03:00
parent edd8feb4d2
commit 085a417016

View File

@@ -187,10 +187,6 @@ function MainDataTables() {
...provided, ...provided,
zIndex: 9999, // Ensure dropdown appears above other elements zIndex: 9999, // Ensure dropdown appears above other elements
}), }),
menuPortal: (provided) => ({
...provided,
zIndex: 9999,
}),
}} }}
menuPortalTarget={document.body} // Render dropdown in body to avoid container overflow menuPortalTarget={document.body} // Render dropdown in body to avoid container overflow
/> />