From e161c2768e4b359ccf58ba762df4e5c10ccd5969 Mon Sep 17 00:00:00 2001 From: Vishnu Date: Thu, 22 May 2025 15:53:04 +0530 Subject: [PATCH] fix: update comments thread position to absolute for better layout --- app/src/styles/scene/comments.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}