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:
@@ -104,7 +104,7 @@ $(function() {
|
||||
}
|
||||
|
||||
$(".main-content").css({
|
||||
minHeight: $(window).outerHeight() - 95
|
||||
minHeight: $(window).outerHeight() - 108
|
||||
})
|
||||
|
||||
$(".nav-collapse-toggle").click(function() {
|
||||
|
Reference in New Issue
Block a user