This commit is contained in:
SBD
2024-02-01 15:06:05 +03:00
parent 0abcb34829
commit 779dd7e93d

View File

@@ -1696,11 +1696,13 @@
@media (max-width: 699px){
.block-chat.support {
/*height: calc(100vh - 190px);*/
height: 86svh;
/*1. 100svh 2. 45px - header 3. name_ticket 4. just padding */
height: calc(100svh - 45px - 40px - 50px);
}
.block-chat{
/*height: calc(88vh - 50px);*/
height: 90svh;
/*1. 100svh 2. 45px - header 3. just padding */
height: calc(100svh - 45px - 50px);
}
.block_overlay.show{
display: block;