| OLD | NEW |
| 1 .overview-container { | |
| 2 overflow: hidden; | |
| 3 position: absolute; | |
| 4 top: 0px; | |
| 5 width: 100%; | |
| 6 height: 80px; | |
| 7 } | |
| 8 | |
| 9 .chart-container { | 1 .chart-container { |
| 10 overflow: hidden; | 2 overflow: hidden; |
| 11 position: absolute; | 3 position: absolute; |
| 12 top: 80px; | 4 top: 80px; |
| 13 width: 100%; | 5 width: 100%; |
| 14 bottom: 0px; | 6 bottom: 0px; |
| 15 } | 7 } |
| 16 | 8 |
| 17 #flame-chart-overview-grid .resources-dividers-label-bar { | 9 #flame-chart-overview-grid .resources-dividers-label-bar { |
| 18 pointer-events: auto; | 10 pointer-events: auto; |
| 19 } | 11 } |
| 20 | 12 |
| 21 #flame-chart-overview-container { | 13 #flame-chart-overview-container { |
| 22 border-bottom: 1px solid rgba(0, 0, 0, 0.3); | 14 border-bottom: 1px solid rgba(0, 0, 0, 0.3); |
| 23 } | 15 } |
| 24 | 16 |
| 25 .flame-chart-overview-canvas { | 17 .flame-chart-overview-canvas { |
| 26 position: absolute; | 18 position: absolute; |
| 27 top: 20px; | 19 top: 20px; |
| 28 left: 0; | 20 left: 0; |
| 29 right: 0; | 21 right: 0; |
| 30 bottom: 0; | 22 bottom: 0; |
| 31 } | 23 } |
| OLD | NEW |