Skip to content
Snippets Groups Projects
Commit f54f70db authored by Dorian Merz's avatar Dorian Merz Committed by Robert Lange
Browse files

refs #19710 [fid_bbi] change iframe size to show matomo opt-out checkbox on privacy policy page

* adjust width of matomo iframe for all displays
parent b1eb0cae
...@@ -11,5 +11,5 @@ ...@@ -11,5 +11,5 @@
id="matomo" name="matomo" id="matomo" name="matomo"
src="<?=$optOutUrl?>" src="<?=$optOutUrl?>"
frameborder="0" frameborder="0"
scrolling="no"> >
</iframe> </iframe>
\ No newline at end of file
...@@ -131,3 +131,7 @@ a.active { ...@@ -131,3 +131,7 @@ a.active {
.hidden { .hidden {
display: none; display: none;
} }
iframe#matomo {
width: 97.5%;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment