From 1664f6c1166ac2237456e274cdd139f2a227b660 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 7 Jun 2020 21:28:49 +0200 Subject: [PATCH] move inline style popup after --- chloro/phyll/static/js/chloro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chloro/phyll/static/js/chloro.js b/chloro/phyll/static/js/chloro.js index 781836f..b5ae313 100644 --- a/chloro/phyll/static/js/chloro.js +++ b/chloro/phyll/static/js/chloro.js @@ -192,7 +192,7 @@ '' + ''); style_popup.hide(); - style_popup.insertAfter($('.actions')); + style_popup.insertAfter(document.body); style_popup.find('button').on('click', update_style); style_popup.find('[name=link-target]').on('keypress', validate_link).on('focusout', focusout_link); } -- 2.39.2