mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
15 lines
190 B
CSS
15 lines
190 B
CSS
.chart {
|
|
position: relative;
|
|
height: 400px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tooltip {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
}
|
|
|
|
.tooltip .value {
|
|
text-transform: lowercase;
|
|
}
|