umami/components/metrics/BarChart.module.css
2023-06-15 20:15:31 -07:00

16 lines
190 B
CSS

.chart {
position: relative;
height: 400px;
overflow: hidden;
}
.tooltip {
display: flex;
flex-direction: column;
gap: 10px;
}
.tooltip .value {
text-transform: lowercase;
}