12345678910111213141516171819202122232425262728293031 |
- .overview-container {
- overflow: hidden;
- position: absolute;
- top: 0;
- width: 100%;
- height: 80px;
- }
- .chart-container {
- overflow: hidden;
- position: absolute;
- top: 80px;
- width: 100%;
- bottom: 0;
- }
- #flame-chart-overview-grid .resources-dividers-label-bar {
- pointer-events: auto;
- }
- #flame-chart-overview-container {
- border-bottom: 1px solid rgba(0, 0, 0, 0.3);
- }
- .flame-chart-overview-canvas {
- position: absolute;
- top: 20px;
- left: 0;
- right: 0;
- bottom: 0;
- }
|