Index: openacs-4/packages/xowiki/www/resources/chat-skins/chat-minimal.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/chat-skins/Attic/chat-minimal.css,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/xowiki/www/resources/chat-skins/chat-minimal.css 7 Mar 2023 16:26:04 -0000 1.1.2.2 +++ openacs-4/packages/xowiki/www/resources/chat-skins/chat-minimal.css 8 Mar 2023 12:57:06 -0000 1.1.2.3 @@ -2,23 +2,9 @@ box-sizing: border-box; } -/* Chat container */ -#xowiki-chat-container { - height: 70vh; - width: 100%; - position: relative; -} - -/* Chat includelet */ -#xowiki-chat-includelet { - height: 700px; - width: 100%; - position: relative; -} - /* Users and messages container */ #xowiki-chat { - height: 100%; + height: 70vh; width: 100%; margin-bottom: 1%; overflow: hidden;