1.overview-container {
2    overflow: hidden;
3    position: absolute;
4    top: 0;
5    width: 100%;
6    height: 80px;
7}
8
9.chart-container {
10    overflow: hidden;
11    position: absolute;
12    top: 80px;
13    width: 100%;
14    bottom: 0;
15}
16
17#flame-chart-overview-grid .resources-dividers-label-bar {
18    pointer-events: auto;
19}
20
21#flame-chart-overview-container {
22    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
23}
24
25.flame-chart-overview-canvas {
26    position: absolute;
27    top: 20px;
28    left: 0;
29    right: 0;
30    bottom: 0;
31}
32
33.chart-container .entry-info {
34    position: absolute;
35    left: 10px;
36    top: 25px;
37    background-color: rgba(255, 255, 255, 0.8);
38    pointer-events: none;
39}
40
41.chart-container .entry-info .title {
42    font-weight: bold;
43}