Bug 1610597 - Use legacy-stack for notification boxes. r=bgrins

Differential Revision: https://phabricator.services.mozilla.com/D60600

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Nguyen 2020-02-14 16:32:55 +00:00
Родитель a2e4d99a50
Коммит 7f3964e840
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -28,7 +28,7 @@
get stack() {
if (!this._stack) {
let stack = document.createXULElement("stack");
let stack = document.createXULElement("legacy-stack");
stack._notificationBox = this;
stack.className = "notificationbox-stack";
stack.appendChild(document.createXULElement("spacer"));