umami/components/pages/realtime/RealtimeDashboard.module.css
2023-02-14 17:23:20 -08:00

17 lines
214 B
CSS

.container {
display: flex;
}
.chart {
margin-bottom: 30px;
}
.sticky {
position: fixed;
top: 0;
background: var(--base50);
border-bottom: 1px solid var(--base300);
z-index: 3;
padding: 10px 0;
}