coreui/coreui-react

Dropdown not Open Proper position in localhost react Strict Mode

pushkar-embrill opened this issue · 2 comments

I have Implemented a Dropdown in ReactJs project. Right now I cannot open the dropdown at the proper position in localhost strict mode.
When I implemented it, it was working perfectly. Even it is working on the live site but not in localhost.

"@coreui/coreui": "^4.2.0",
"@coreui/react": "^4.3.0",

open
      <CDropdownMenu>
            <CDropdownItem>
              name
            </CDropdownItem>
car bike

After using zIndex it renders on position but still, it covers the button.
<CDropdownMenu style={{ zIndex: 100 }}>
Screenshot from 2023-05-11 17-58-29

Please update

"@coreui/coreui": "^4.2.6",
"@coreui/react": "^4.8.0",

and check if problem exist.