0.8.366
This commit is contained in:
@@ -1116,7 +1116,7 @@
|
||||
overflow-y: auto;
|
||||
}
|
||||
.block_w_paging.routes{
|
||||
width: 68%;
|
||||
width: 73%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user