This commit is contained in:
SBD
2023-11-18 21:55:28 +03:00
parent 6cbde10b11
commit ea567008c6
2 changed files with 2 additions and 2 deletions

View File

@@ -1116,7 +1116,7 @@
overflow-y: auto;
}
.block_w_paging.routes{
width: 68%;
width: 73%;
float: right;
}

View File

@@ -78,7 +78,7 @@ function scroll_ev (event,el){
let user_type = getInfoAboutUser()
let ch = el.scrollY
let top = 293 - ch + 20
if (user_type !== 'mobile'){
if (user_type !== 'mobile' || user_type !== 'laptop'){
if (el.scrollY === 300){
curtain.style.top = `${top}px`
} else if (el.scrollY < 300) {