(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-23 16:55:01 +02:00 committed by GitSync
parent 42f4c7f6eb
commit 424f8eeab2
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

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