Search code examples
cssreactjsapexcharts

React Apex Chart toolbar menu icon z-index is to high. How can I lower it?


How can I change the value of the z-index for the icons in the toolbar menu of React Apexchart.

No matter how high I place my element they are always above it.


Solution

  • Little bit too late but make sure to add the z-index property (z-index:12 should be enough) to the parent (or the higher parent) of the element you want to display above the apexchart toolbar. I've tried every parent of my element until it worked with a div !