fixes #949 using js
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
$(function() {
|
||||
var offset = $("aside#sidebar").offset().top + $("aside#sidebar").height();
|
||||
$("#page-footer").css({"position": "absolute", "top": offset, "width": "100%", "height": "5em"});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user