| Index: third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js b/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| index 2354b93bb8ac1c9372217fea7050c953c3e7949b..28d60ed19b1db7caf87bdec882c926be20ba90ff 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js
|
| @@ -10,6 +10,7 @@ Resources.AppManifestView = class extends UI.VBox {
|
| super(true);
|
| this.registerRequiredCSS('resources/appManifestView.css');
|
|
|
| + this.contentElement.classList.add('overflow-overlay');
|
| this._emptyView = new UI.EmptyWidget(Common.UIString('No manifest detected'));
|
| var p = this._emptyView.appendParagraph();
|
| var linkElement = UI.createExternalLink('https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/?utm_source=devtools',
|
|
|