mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-27 12:55:45 +01:00
16 lines
190 B
CSS
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;
|
|
}
|