flameChart.css 521 B

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