From: Frédéric Péters Date: Sun, 7 Jun 2020 19:28:49 +0000 (+0200) Subject: move inline style popup after X-Git-Tag: v2022~20 X-Git-Url: https://git.0d.be/?p=chloro.git;a=commitdiff_plain;h=1664f6c1166ac2237456e274cdd139f2a227b660;hp=fbedb25772d4531fe324c7a3bf88eac63c35518b move inline style popup after --- 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); }