1
0
mirror of https://github.com/stisla/stisla.git synced 2025-09-02 12:43:08 +02:00

Merge pull request #48 from mehmetmenengec/layout-fix

Overflow problem where '.main-content' element is fixed
This commit is contained in:
Muhamad Nauval Azhar
2019-03-27 09:51:50 +07:00
committed by GitHub

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() {