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

This commit is contained in:
2025-05-09 20:28:56 +00:00
parent 21c5ddd2c9
commit 3ac7b09bd9

View File

@@ -4,7 +4,7 @@ title: Meshtastic
<script> <script>
function scrollToContent() { function scrollToContent() {
const element = document.getElementById("main-content"); const element = document.getElementById("main-conten");
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;