carbon-componentscarbon-components-reactOverflow menu seems to work correctly in storybook only. When using it with the outer frame of CP4S platform, we got the following issues.

overflow-menu-click-and-scroll.gif.zip
Z-index of OverflowMenu items being set too high. It should be covered by the top gradient of the platform frame.

Scrolling data table also makes the position of overflow menu items in other component changing...
For scrolling A but also got B scrolling issue, you may check the attached demo video.
scroll a but also affect b.gif.zip
Is this issue related to a specific component?
OverflowMenu component
What did you expect to happen? What happened instead? What would you like to
see changed?
What browser are you working in?
FireFox, Chrome
What version of the Carbon Design System are you using?
"carbon-components": "10.23.2"
"carbon-components-react": "7.23.2"
What offering/product do you work on? Any pressing ship or release dates we
should be aware of?
Please create a reduced test case in CodeSandbox
@SimonFinney
Please help tracking this issue for it is highly related to issue in Carbon Security.
https://github.com/carbon-design-system/ibm-security/issues/841
Hello! I've created a reduced test case for this - https://codesandbox.io/s/thirsty-swanson-o1l1f
This appears to happen when the OverflowMenu(s) exist within a container that has either fixed or sticky positioning, while the rest of the viewport has the ability to scroll.
to resolve this, you can add the data-floating-menu-container attribute to the containing element https://codesandbox.io/s/distracted-framework-0zb51
to resolve this, you can add the
data-floating-menu-containerattribute to the containing element https://codesandbox.io/s/distracted-framework-0zb51
@SimonFinney
Should we have this fix in Carbon Security?
Thanks @emyarod! That solution resolves the original issue with scrolling, but it looks like this has its own implications 馃槶
OverflowMenu:
OverflowMenu:
@emyarod
The scrolling issue didn't get resolved by adding data-floating-menu-container to the component.
Please see this small demo.
https://codesandbox.io/s/demo-filter-panel-issue-dhx9q?file=/src/index.js:1397-1432

this should be resolved in #7323
Most helpful comment
this should be resolved in #7323