This commit is contained in:
2023-06-25 17:05:50 +02:00
parent b7c6e5235b
commit a30c792654
+1 -4
View File
@@ -188,7 +188,7 @@
*/
function menuOpacity() {
const navbar = document.getElementById("navbar");
const navbar = document.getElementById("radio");
let y = navbar.scrollTop;
if (y > 10) {
navbar.style.setProperty('--bs-bg-opacity', 1);
@@ -198,9 +198,6 @@
}
console.log(y);
}
</script>
</body>
</html>