From c431ff8c7f38f77302f045762daf34463a34d6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20MENENGE=C3=87?= Date: Tue, 26 Mar 2019 10:24:26 +0300 Subject: [PATCH] Overflow problem where '.main-content' element is fixed with editing calculation of minheight value. --- assets/js/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/scripts.js b/assets/js/scripts.js index ba4173c..b2c9e54 100644 --- a/assets/js/scripts.js +++ b/assets/js/scripts.js @@ -104,7 +104,7 @@ $(function() { } $(".main-content").css({ - minHeight: $(window).outerHeight() - 95 + minHeight: $(window).outerHeight() - 108 }) $(".nav-collapse-toggle").click(function() {