Felix i Jannes Mast
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-08 20:57:16 +00:00
parent 2be12a1d9e
commit 467fa6d79b

View File

@@ -5,7 +5,7 @@ title: Meshtastic
<script>
function scrollToContent() {
const element = document.getElementById("main-content");
const yOffset = -20; // scrolla 20px ovanför elementet
const yOffset = -60; // scrolla 20px ovanför elementet
const y = element.getBoundingClientRect().top + window.pageYOffset + yOffset;
window.scrollTo({ top: y, behavior: 'smooth' });