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:
Kirk Steuber 2019-12-12 20:18:43 +00:00
Родитель 8d6730e227
Коммит 8c1628c4c1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");
}