Skip to content

Commit

Permalink
Merge pull request #13 from MHP24/dev
Browse files Browse the repository at this point in the history
fix: main.js fix position chat wrapper
  • Loading branch information
MHP24 authored Feb 10, 2024
2 parents 3628fd0 + eaa4449 commit f28e078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/static/public/scripts/chat/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;',
},
],
}),
Expand Down

0 comments on commit f28e078

Please sign in to comment.