0.0.205 Boris, please read my comments in 2 files

This commit is contained in:
2023-11-08 13:51:13 +03:00
parent 400621572f
commit 775ffe42d7
2 changed files with 30 additions and 8 deletions

View File

@@ -546,9 +546,10 @@
display: block;
}
.block_overlay.show{
display: block;
}
/* .block_overlay.show{*/
/* display: block;*/
/*}*/
/*этот стиль перекрывал блок диалога в сообщения блюром*/
.text_f_curtain{
display: inline-block;
@@ -669,8 +670,27 @@
}
/*END profile_prof*/
/*create_route*/
select#id_type_transport{
width: unset;
background: white;
}
.departure_arrival>div:first-child, .from_to_place>div:first-child, .from_to_country>div:first-child, .phone>div:first-child{
width: unset;
float: none;
}
.departure_arrival>div:nth-child(2), .from_to_place>div:nth-child(2), .from_to_country>div:nth-child(2){
width: unset;
float: none;
}
/*END create_route*/
}
@media (max-width: 992px) {
.benefit_img>img{
display: none;

View File

@@ -752,11 +752,13 @@ function open_curtain (left=null,right=null,overlay=null,close=null){
handler_text.innerHTML = curtain_name
handler_text.style.fontSize = '16px'
}
if (body.style.overflow === 'hidden'){
body.style.overflow = ''
} else {
body.style.overflow = 'hidden'
}
//тут боди по неведомой для меня причне получал перманентный оверфлоу в значении hidden и вырубал все блоки кроме Новое Сообщение, вероятно для него эта проверка и делалась
// if (body.style.overflow === 'hidden'){
// body.style.overflow = ''
// } else {
// body.style.overflow = 'hidden'
// }
}