diff --git a/src/styles/components/_chat.scss b/src/styles/components/_chat.scss index 27e8041b..e472629a 100644 --- a/src/styles/components/_chat.scss +++ b/src/styles/components/_chat.scss @@ -20,12 +20,12 @@ */ #chat { - bottom: 10px; + bottom: 0px; perspective: 1000; pointer-events: none; position: absolute; right: 260px; - top: 10px; + top: 0px; width: 260px; z-index: 45; }