7
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user