diff --git a/index.html b/index.html index 8dc5692..b26b8c0 100644 --- a/index.html +++ b/index.html @@ -108,11 +108,11 @@ - Game Controllers - VR Accessories - Gaming Keyboard - Others - Login + Game Controllers + VR Accessories + Gaming Keyboard + Others + Login diff --git a/script.js b/script.js index f1bb11d..93ee39d 100644 --- a/script.js +++ b/script.js @@ -15,11 +15,6 @@ function toggleMenu() { } } -function closeNav(){ - menuList.style.height = "0px"; - menuList.style.paddingTop = "0px"; -} - window.onscroll = function() { updateProgressBar(); }; diff --git a/style.css b/style.css index 46d51f1..f8979a3 100644 --- a/style.css +++ b/style.css @@ -1282,7 +1282,6 @@ button { #menuList { overflow: hidden; transition: 0.5s; - z-index: 99; } .row {