Menubar: Menubar submenu shows wrong appearance and behaviour when drawn over a ScrollPanel component #6867
Labels
good first issue
*** Welcome to PrimeReact Family! *** Good issue!
Type: Bug
Issue contains a defect related to a specific component.
Describe the bug
Hi,
if a Menubar is put before a ScrollPanel, when the submenu is displayed it looks transparent and cannot be clicked or sometimes it is drawn below the ScrollPanel.
I've reproduced the first case in the stackblitz project. You must enlarge the preview panel or you have to open the preview in a new tab of the browser.
Reproducer
https://stackblitz.com/edit/qudcfu?file=src%2FApp.tsx
PrimeReact version
10.7.0
React version
17.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The submenu should be shown opaque, all items should be visible and clickable.
The text was updated successfully, but these errors were encountered: