diff --git a/server/static/public/scripts/chat/main.js b/server/static/public/scripts/chat/main.js index 16b30cd..3ace650 100644 --- a/server/static/public/scripts/chat/main.js +++ b/server/static/public/scripts/chat/main.js @@ -34,7 +34,7 @@ { name: 'id', val: 'chat_wrapper' }, { name: 'style', - val: 'width: 32rem; position: absolute; bottom: 0; right: 0;', + val: 'width: 32rem; position: fixed; bottom: 0; right: 0;', }, ], }),