Menu bar in React Client shown in background

0
I'm running my Mendix 10 App in React client Migration mode. Using a Menu bar with a Menu document to show a drop menu from the top bar for the user, e.g. with account info, log off etc - but it's shown in the background, behind containers with data on the page.   See image below.   How to fix this?
asked
1 answers
0

I ran into a similar problem when I was upgrading my app. What helped me was updating the UI libraries to the latest versions (in my case, the biggest difference came after I updated Atlas_Core and DataWidgets).

Hope this helps!

answered