Sep 19 /
Test Artikel 01 - Sport
document.getElementById('overlay-page').addEventListener('click', function() {
const layer = document.getElementById('offCanvasRight');
layer.classList.toggle('active');
document.getElementById("body").classList.toggle('body-overflow');
document.getElementById("overlay-page").classList.toggle('body-overflow');
});