fix: dashbaord page style

This commit is contained in:
engigu
2025-12-31 12:01:19 +08:00
parent fdc6392040
commit e527297a13
3 changed files with 149 additions and 30 deletions
+10
View File
@@ -203,6 +203,16 @@ input[type="number"]:hover::-webkit-outer-spin-button {
scrollbar-color: oklch(0.5 0 0 / 40%) transparent;
}
/* Hide scrollbar but keep functionality */
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
.hide-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* ApexCharts tooltip fix */
.apexcharts-tooltip {
background: transparent !important;