1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-30 19:39:58 +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({
minHeight: $(window).outerHeight() - 95
minHeight: $(window).outerHeight() - 108
})
$(".nav-collapse-toggle").click(function() {