| Index: Source/devtools/front_end/HelpScreen.js
|
| diff --git a/Source/devtools/front_end/HelpScreen.js b/Source/devtools/front_end/HelpScreen.js
|
| index fe6556c7a6c1bd5395b2e31da7de6d18b2e63d47..ba6737dac2be29915da748d777dc95eb321ca965 100644
|
| --- a/Source/devtools/front_end/HelpScreen.js
|
| +++ b/Source/devtools/front_end/HelpScreen.js
|
| @@ -88,7 +88,7 @@ WebInspector.HelpScreen.prototype = {
|
| if (visibleHelpScreen)
|
| visibleHelpScreen.hide();
|
| WebInspector.HelpScreen._visibleScreen = this;
|
| - this.show(document.body);
|
| + this.show(WebInspector.inspectorView.devtoolsElement());
|
| this.focus();
|
| },
|
|
|
|
|