mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
17 lines
235 B
CSS
17 lines
235 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: var(--z-index-overlay);
|
|
padding: 10px 0;
|
|
}
|