forked from BLC/sgeUpdated
Fix dropdown selection overflow while scrolling
This commit is contained in:
@@ -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
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user