umami/src/components/charts/Chart.module.css

12 lines
140 B
CSS

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