From 91c1835a2b12d77aa984b501af1b1d48b31e4d22 Mon Sep 17 00:00:00 2001 From: Dorian Merz <merz@ub.uni-leipzig.de> Date: Wed, 21 Apr 2021 12:10:33 +0200 Subject: [PATCH] refs #19710 [fid] activate scrolling of matomo iframe --- themes/fid/templates/fid/user/matomo.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fid/templates/fid/user/matomo.phtml b/themes/fid/templates/fid/user/matomo.phtml index 038c715f252..7349df0d76e 100644 --- a/themes/fid/templates/fid/user/matomo.phtml +++ b/themes/fid/templates/fid/user/matomo.phtml @@ -11,5 +11,5 @@ id="matomo" name="matomo" src="<?=$optOutUrl?>" frameborder="0" - scrolling="no"> +> </iframe> \ No newline at end of file -- GitLab