зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1603512 - Set the doScroll class on the correct dialog element r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D56988 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
8d6730e227
Коммит
8c1628c4c1
|
@ -430,7 +430,7 @@ SubDialog.prototype = {
|
|||
frameMinHeight = maxHeight + "px";
|
||||
let contentPane =
|
||||
this._frame.contentDocument.querySelector(".contentPane") ||
|
||||
this._frame.contentDocument.documentElement;
|
||||
this._frame.contentDocument.querySelector("dialog");
|
||||
contentPane.classList.add("doScroll");
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче