| Index: third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css b/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
|
| index 0799e943b9e60b6e6e9b8321bcd40540cf10aa0b..bce02d4e312f815d1031b799b715d11e579d30aa 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
|
| @@ -8,7 +8,6 @@
|
| display: flex;
|
| background: white;
|
| box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.1);
|
| - pointer-events: none;
|
| }
|
|
|
| .overview-info .frame .time {
|
| @@ -19,5 +18,3 @@
|
| max-width: 400px;
|
| max-height: 500px;
|
| }
|
| -
|
| -
|
|
|