1
0
Эх сурвалжийг харах

append bar to the document element

Gildas 2 жил өмнө
parent
commit
fe574cb30d

+ 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