Kaynağa Gözat

append bar to the document element

Gildas 2 yıl önce
ebeveyn
işleme
fe574cb30d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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