Index: Source/devtools/front_end/ui/Dialog.js |
diff --git a/Source/devtools/front_end/ui/Dialog.js b/Source/devtools/front_end/ui/Dialog.js |
index 9b482a79511e1065078093e3c5d2154f151ad9b4..35cab99514701951b984f973e829c8644b267ce0 100644 |
--- a/Source/devtools/front_end/ui/Dialog.js |
+++ b/Source/devtools/front_end/ui/Dialog.js |
@@ -47,6 +47,7 @@ WebInspector.Dialog = function(relativeToElement, delegate) |
this._element = this._glassPane.element.createChild("div"); |
this._element.tabIndex = 0; |
+ this._element.classList.add("component-root"); |
this._element.addEventListener("focus", this._onFocus.bind(this), false); |
this._element.addEventListener("keydown", this._onKeyDown.bind(this), false); |
this._closeKeys = [ |