From e745fb777eb7175decabd5831eb3af9cf1a0e4b2 Mon Sep 17 00:00:00 2001 From: borissedw Date: Wed, 2 Aug 2023 13:19:46 +0300 Subject: [PATCH] 0.0.20 --- static/css/styles(boris).css | 3 ++- templates/widgets/w_message.html | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 5b6acdc..14a8054 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -324,7 +324,8 @@ .container-messages{ height: 74%; width: 100%; - /*min-height: 440px;*/ + min-height: 376px; + overflow-y: auto; } .footer-chat{ diff --git a/templates/widgets/w_message.html b/templates/widgets/w_message.html index b0797a4..f432d36 100644 --- a/templates/widgets/w_message.html +++ b/templates/widgets/w_message.html @@ -1 +1,4 @@ -{% load static %} \ No newline at end of file +{% load static %} +
+ +
\ No newline at end of file