I have a react project with a sidebar, topbar and content Outlet. I’m rendering an ag-grid in the content area and I’m experiencing a z-index issue where the ag-grid renders on top of modals, dropdown menus. Assuming I’m using a standard implementation and have no overrides, any thoughts on why this is happening?
Inspecting the ag-grid HTML I don’t even see any position: absolute or fixed elements so it’s a mystery.