Browse code

Fix background image min height issue with more than one wrapper configured like that

Benjamin Roth authored on30/04/2025 12:27:48
Showing1 changed files
... ...
@@ -32,9 +32,9 @@
32 32
 
33 33
 {% block script %}
34 34
     {% if minHeight_ratio is defined %}
35
-        {% add "background_wrapper" to head %}
35
+        {% add to head %}
36 36
             <style>
37
-                #content-background-wrapper-fg--{{ data.id }} { display: flow-root; }
37
+                {##content-background-wrapper-fg--{{ data.id }} { display: flow-root; }#}
38 38
                 #content-background-wrapper-fg--{{ data.id }}::before {
39 39
                     display: table;
40 40
                     content: "";