1
0
mirror of https://github.com/stisla/stisla.git synced 2025-09-01 04:11:52 +02:00

Overflow problem where '.main-content' element is fixed with editing calculation of minheight value.

This commit is contained in:
Mehmet MENENGEÇ
2019-03-26 10:24:26 +03:00
parent 725cafaead
commit c431ff8c7f

View File

@@ -104,7 +104,7 @@ $(function() {
} }
$(".main-content").css({ $(".main-content").css({
minHeight: $(window).outerHeight() - 95 minHeight: $(window).outerHeight() - 108
}) })
$(".nav-collapse-toggle").click(function() { $(".nav-collapse-toggle").click(function() {