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

@@ -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;
}