OLD | NEW |
1 .flame-chart-main-pane { | 1 .flame-chart-main-pane { |
2 overflow: hidden; | 2 overflow: hidden; |
3 } | 3 } |
4 | 4 |
5 .flame-chart-marker-highlight-element { | 5 .flame-chart-marker-highlight-element { |
6 position: absolute; | 6 position: absolute; |
7 top: 0; | 7 top: 0; |
8 height: 20px; | 8 height: 20px; |
9 width: 4px; | 9 width: 4px; |
10 margin: 0 -2px; | 10 margin: 0 -2px; |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 } | 56 } |
57 | 57 |
58 .flame-chart-entry-info { | 58 .flame-chart-entry-info { |
59 position: absolute; | 59 position: absolute; |
60 bottom: 20px; | 60 bottom: 20px; |
61 left: 20px; | 61 left: 20px; |
62 height: 120px; | 62 height: 120px; |
63 background-color: rgba(255, 255, 255, 0.7); | 63 background-color: rgba(255, 255, 255, 0.7); |
64 pointer-events: none; | 64 pointer-events: none; |
65 } | 65 } |
OLD | NEW |