diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 5f1f632..568e3e4 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1116,7 +1116,7 @@ overflow-y: auto; } .block_w_paging.routes{ - width: 68%; + width: 73%; float: right; } diff --git a/static/js/global_js.js b/static/js/global_js.js index 080a970..2606013 100644 --- a/static/js/global_js.js +++ b/static/js/global_js.js @@ -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) {