${Array(this.gaugesCount).fill().map((_, i) => `
@@ -26,7 +27,7 @@ class GaugeGroup {
`).join('')}
`;
diff --git a/web/newWebsite/styles/dashboard-styles.css b/web/newWebsite/styles/dashboard-styles.css
index d550f41..e4e367a 100644
--- a/web/newWebsite/styles/dashboard-styles.css
+++ b/web/newWebsite/styles/dashboard-styles.css
@@ -190,11 +190,11 @@ body {
justify-content: center;
display: flex;
width: 20vw;
- z-index: -0;
}
*
.disabled {
opacity: 0;
height: 0;
+
}
\ No newline at end of file