commit
This commit is contained in:
+1
-1
@@ -191,7 +191,7 @@
|
||||
|
||||
function menuOpacity() {
|
||||
const navbar = document.getElementById("navbar");
|
||||
if (window.scrollY > 200) {
|
||||
if (window.scrollY > 300) {
|
||||
navbar.style.setProperty('--bs-bg-opacity', 1);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user