diff --git a/app/src/styles/scene/comments.scss b/app/src/styles/scene/comments.scss index 1487d7e..e04cfa7 100644 --- a/app/src/styles/scene/comments.scss +++ b/app/src/styles/scene/comments.scss @@ -2,9 +2,9 @@ @use "../abstracts/mixins" as *; .comments-threads-wrapper { - position: fixed; - top: 50%; - left: 50%; + position: absolute; + top: 0; + left: 0; padding: 4px; background: var(--background-color); border-radius: #{$border-radius-large} #{$border-radius-large} #{$border-radius-large}