diff --git a/themes/fid/templates/fid/user/matomo.phtml b/themes/fid/templates/fid/user/matomo.phtml
index 038c715f252962cd4eee90f08fbf229493ab5dd4..7349df0d76ede0a438da9b3a752a53371d826e49 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
diff --git a/themes/fid_bbi/scss/util/hacks.scss b/themes/fid_bbi/scss/util/hacks.scss
index 343c1fdf837fc76566085024cb2e23332ec8c7a4..b13ecc889b843142f7e6ecdd88a6a00128a76617 100644
--- a/themes/fid_bbi/scss/util/hacks.scss
+++ b/themes/fid_bbi/scss/util/hacks.scss
@@ -131,3 +131,7 @@ a.active {
 .hidden {
   display: none;
 }
+
+iframe#matomo {
+  width: 97.5%;
+}
\ No newline at end of file