This commit is contained in:
SBD
2024-02-01 13:26:42 +03:00
parent f99a010e4a
commit b90039f21a
2 changed files with 5 additions and 3 deletions

View File

@@ -1694,10 +1694,12 @@
}
@media (max-width: 699px){
.block-chat.support {
height: calc(100vh - 190px);
/*height: calc(100vh - 190px);*/
height: 86svh;
}
.block-chat{
height: calc(88vh - 50px);
/*height: calc(88vh - 50px);*/
height: 90svh;
}
.block_overlay.show{
display: block;