From 47b12882ba01f257f88654cf3eb431f81d4b4e69 Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 31 Jan 2024 16:56:57 +0300 Subject: [PATCH] 5 --- static/css/mobile_styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index acfb519..39c55d2 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -1693,6 +1693,9 @@ } @media (max-width: 699px){ + .block-chat{ + height: calc(88vh - 50px); + } .block_overlay.show{ display: block; }