From 6b9010ef254aed5700eda51f7e79602a771bfe31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Calzado?= Date: Tue, 3 Jan 2023 11:35:28 +0100 Subject: [PATCH] Change popup style --- doc/manual/source/_static/deprecation_popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/_static/deprecation_popup.js b/doc/manual/source/_static/deprecation_popup.js index 650fbfb777..5b1cc3b471 100644 --- a/doc/manual/source/_static/deprecation_popup.js +++ b/doc/manual/source/_static/deprecation_popup.js @@ -1,7 +1,7 @@ function ready() { var div = document.createElement("div"); div.style.position = 'absolute', - div.style.bottom = '0' + div.style.bottom = '40px' div.style.left = '0' div.style.right = '0' div.style.with = '100%'