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