(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-23 16:55:11 +02:00 committed by GitSync
parent 70a08a63df
commit 3f62243aba
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -26,8 +26,7 @@ function getScrollBarWidth() {
};
function setMenuHeight() {
//$('#sidebar .highlightable').height($('#sidebar').innerHeight() - $('#header-wrapper').height() - 40);
$('#sidebar .highlightable').height($('#sidebar').innerHeight() - $('#header-wrapper').height());
$('#sidebar .highlightable').height($('#sidebar').innerHeight() - $('#header-wrapper').height() - 40);
}
function fallbackMessage(action) {