diff --git a/templates/Froxlor/assets/js/main.js b/templates/Froxlor/assets/js/main.js index 487843c9..bd2ba156 100644 --- a/templates/Froxlor/assets/js/main.js +++ b/templates/Froxlor/assets/js/main.js @@ -34,6 +34,9 @@ $(document).ready(function() { if ($(".messagewrapperfull").length > 0) { plush+=$(".messagewrapperfull").height(); } + if ($(".dboarditemfull").length > 0) { + plush+=$(".dboarditemfull").height()+20; + } $("article").css('height', $(".dboarditem:last").height()+plush); }