diff --git a/public/app.js b/public/app.js index 677207c..cd929af 100644 --- a/public/app.js +++ b/public/app.js @@ -37,6 +37,7 @@ function updatePieChart() { } pieChartContainer.style.display = 'block'; + pieChartContainer.style.zIndex = '9999'; const colors = Object.keys(colorDistribution); const data = colors.map(color => colorDistribution[color]); diff --git a/public/index.html b/public/index.html index 20833e0..fb95f85 100644 --- a/public/index.html +++ b/public/index.html @@ -23,7 +23,7 @@
-