(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
42f4c7f6eb
commit
424f8eeab2
Binary file not shown.
@ -26,7 +26,8 @@ function getScrollBarWidth() {
|
||||
};
|
||||
|
||||
function setMenuHeight() {
|
||||
$('#sidebar .highlightable').height($('#sidebar').innerHeight() - $('#header-wrapper').height() - 40);
|
||||
//$('#sidebar .highlightable').height($('#sidebar').innerHeight() - $('#header-wrapper').height() - 40);
|
||||
$('#sidebar .highlightable').height($('#sidebar').innerHeight() - $('#header-wrapper').height());
|
||||
}
|
||||
|
||||
function fallbackMessage(action) {
|
||||
|
Loading…
Reference in New Issue
Block a user