Fixed hamburger menu on mobile

This commit is contained in:
kolaente 2019-10-30 21:50:13 +01:00
parent aca65b5b00
commit 99f9cbf56b
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 4 deletions

View File

@ -36,12 +36,9 @@
// Toggle the class on both the "navbar-burger" and the "navbar-menu"
$el.classList.toggle('is-active');
$target.classList.toggle(' is-active');
$target.classList.toggle('is-active');
document.getElementById('navbar-background').classList.toggle('is-active');
});
});
}