Compare commits

...

2 Commits

Author SHA1 Message Date
9c6f83cfdc Merge branch 'master' of ssh://git.cantorgymnasium.de:222/gcg/gcg-website
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-16 11:39:45 +01:00
b4ff721fef passive listener 2023-02-16 11:39:32 +01:00

@ -130,5 +130,5 @@ for (i = 0; i < acc.length; i++) {
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}, {passive: true});
}