This commit is contained in:
SBD
2023-11-19 14:58:02 +03:00
parent 6f06f96a94
commit f7af979b7e
2 changed files with 8 additions and 3 deletions

View File

@@ -566,6 +566,7 @@
.menu_buttons.left.open.filters{ .menu_buttons.left.open.filters{
max-height: 91vh; max-height: 91vh;
top: 0; top: 0;
left: 0;
} }
.block_w_paging.routes { .block_w_paging.routes {
width: 100%; width: 100%;

View File

@@ -1020,10 +1020,14 @@
.container_inp_w_abr{ .container_inp_w_abr{
height: 66%; height: 66%;
width: 98%; width: 100%;
position: relative; position: relative;
} }
.block-find-route{
min-height: 695px;
}
.cont-el-form-search-carrier > button{ .cont-el-form-search-carrier > button{
width: 99%; width: 99%;
border-radius: 10px; border-radius: 10px;
@@ -1146,7 +1150,7 @@
overflow-y: auto; overflow-y: auto;
} }
.block_w_paging.routes{ .block_w_paging.routes{
width: 73%; width: 71%;
float: right; float: right;
} }
@@ -2384,7 +2388,7 @@
background: #FFFFFF; background: #FFFFFF;
border-radius: 10px; border-radius: 10px;
max-height: 83vh; max-height: 83vh;
left: 0; left: 19px;
padding: 13px; padding: 13px;
/* position: fixed; */ /* position: fixed; */
float: left; float: left;