From 62325eb9fa183814ffb38fad1b4aeff636544ca3 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Wed, 26 Jun 2024 12:32:53 +0300 Subject: [PATCH] 1.1.19 upd css for block-chat --- static/css/styles(boris).css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 9f6bdb8..da553ae 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -443,7 +443,7 @@ .block-chat{ width: 63%; - height: calc(100vh - 120px); + height: calc(100vh - 150px); border-radius: 10px; border: 1px solid #E6E6E6; background: #ffffff; @@ -2523,7 +2523,7 @@ a.open_inf_carrier{ background: #FFFFFF; border-radius: 10px; max-height: calc(100vh - 125px); - overflow: unset; + /*overflow: unset;*/ left: -19px; top: 0; }