umami/components/pages/realtime/RealtimeDashboard.module.css

17 lines
214 B
CSS
Raw Normal View History

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