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