This commit is contained in:
SBD
2023-11-18 16:40:50 +03:00
parent 8f76b484ba
commit cde0b55aab
2 changed files with 13 additions and 0 deletions

View File

@@ -540,6 +540,9 @@
position: absolute;
width: 320px;
}
.menu_buttons.left.open.filters{
max-height: 91vh;
}
.block_w_paging.routes {
width: 100%;
float: right;

View File

@@ -51,6 +51,16 @@
top: -55px;
}
.block_overlay.routes{
height: 100%;
width: 100%;
/*background: rgba(39, 53, 62, 0.7);*/
backdrop-filter: blur(6px);
z-index: 100;
position: fixed;
top: 0;
}
.block_overlay.n_profile.show{
display: block;
}