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