Index: openacs-4/packages/chat/www/resources/chat.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/www/resources/Attic/chat.css,v diff -u -r1.1 -r1.2 --- openacs-4/packages/chat/www/resources/chat.css 28 Sep 2018 11:44:23 -0000 1.1 +++ openacs-4/packages/chat/www/resources/chat.css 25 Oct 2018 12:54:47 -0000 1.2 @@ -25,11 +25,15 @@ #xowiki-chat { height:257px; margin-bottom: 1%; + resize: both; + overflow: auto; } /* Clear floats after the columns */ #xowiki-chat:after { content: ""; display: table; clear: both; -} \ No newline at end of file + resize: both; + overflow: auto; +}