Fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-09 20:40:48 +00:00
parent 75265214a0
commit 4daf92ea49

View File

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