| Index: Source/devtools/front_end/HelpScreen.js
|
| diff --git a/Source/devtools/front_end/HelpScreen.js b/Source/devtools/front_end/HelpScreen.js
|
| index 36f2425980e9aa2e78240ba100baf548f01f8dd1..4865301135b756691b50dda05f582aba2f2f7589 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();
|
| },
|
|
|
|
|