From eba295cba859817aff454ed69e0677166814a877 Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 6 May 2020 12:01:27 +0200 Subject: [PATCH] sheet.xsl: fixes for safari --- www/sheet.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/sheet.xsl b/www/sheet.xsl index 171d8f5..e25fa01 100644 --- a/www/sheet.xsl +++ b/www/sheet.xsl @@ -21,7 +21,7 @@ body { overflow-wrap: anywhere; word-wrap: anywhere; - font-family: sans; + font-family: sans-serif; } input, select { @@ -250,6 +250,7 @@ input.focus() input.select() document.execCommand('copy') + input.blur() } function copy_link() {