diff --git a/app/styles/global.css b/app/styles/global.css index 943718385..8845c80f7 100644 --- a/app/styles/global.css +++ b/app/styles/global.css @@ -612,6 +612,16 @@ hr { } } +@media screen and (min-width: 1024px) { + .chat__fab { + left: 85%; + } + + .chat__window { + left: 85%; + } +} + .chat__messages { display: flex; overflow: auto;