This commit is contained in:
SBD
2023-11-18 17:58:11 +03:00
parent ba8bde1153
commit 11c35c9abd
4 changed files with 35 additions and 23 deletions

View File

@@ -53,11 +53,3 @@ function open_chat (user_id){
window.location.replace(href)
}
function scroll_ev (event,el){
let curtain = document.querySelector(".menu_buttons.filters")
if (el.scrollY === 300 || el.scrollY > 300){
curtain.style.top = "0"
} else if (el.scrollY < 300) {
curtain.style.top = "293px"
}
}