fix: dashbaord page style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user