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:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user