Переглянути джерело

append bar to the document element

Gildas 2 роки тому
батько
коміт
fe574cb30d
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/ui/common/common-content-ui.js

+ 1 - 1
src/ui/common/common-content-ui.js

@@ -220,7 +220,7 @@ function displayBar(tagName, message, { link, buttonLabel, buttonOnclick } = {})
 					barElement.remove();
 				}
 			};
-			document.body.appendChild(barElement);
+			document.documentElement.appendChild(barElement);
 		}
 	} catch (error) {
 		// iignored