From eaa4449635a07d99604d27490ca5f4a9ef783840 Mon Sep 17 00:00:00 2001 From: MHP24 Date: Sat, 10 Feb 2024 02:46:15 -0300 Subject: [PATCH] fix: main.js fix position chat wrapper --- server/static/public/scripts/chat/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;', }, ], }),