| Index: Source/devtools/front_end/components/flameChart.css
|
| diff --git a/Source/devtools/front_end/components/flameChart.css b/Source/devtools/front_end/components/flameChart.css
|
| index b583dff3853191db90049de593f2dbc088ce4cee..d06ec5a0950ea866468e915e5517ff0c3a271c47 100644
|
| --- a/Source/devtools/front_end/components/flameChart.css
|
| +++ b/Source/devtools/front_end/components/flameChart.css
|
| @@ -33,7 +33,7 @@
|
| overflow-x: hidden;
|
| }
|
|
|
| -body.platform-mac .flame-chart-v-scroll {
|
| +.platform-mac .flame-chart-v-scroll {
|
| position: absolute;
|
| width: 14px;
|
| top: 0;
|
| @@ -54,3 +54,12 @@ body.platform-mac .flame-chart-v-scroll {
|
| .flame-chart-selection-overlay .time-span {
|
| white-space: nowrap;
|
| }
|
| +
|
| +.flame-chart-entry-info {
|
| + position: absolute;
|
| + bottom: 20px;
|
| + left: 20px;
|
| + height: 120px;
|
| + background-color: rgba(255, 255, 255, 0.7);
|
| + pointer-events: none;
|
| +}
|
|
|