forked from Abdulbari/sgeUpdated
Fix dropdown selection overflow while scrolling
This commit is contained in:
@@ -187,10 +187,6 @@ function MainDataTables() {
|
||||
...provided,
|
||||
zIndex: 9999, // Ensure dropdown appears above other elements
|
||||
}),
|
||||
menuPortal: (provided) => ({
|
||||
...provided,
|
||||
zIndex: 9999,
|
||||
}),
|
||||
}}
|
||||
menuPortalTarget={document.body} // Render dropdown in body to avoid container overflow
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user