fix: update comments thread position to absolute for better layout

This commit is contained in:
Vishnu 2025-05-22 15:53:04 +05:30
parent 357e7ce639
commit e161c2768e
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
@use "../abstracts/mixins" as *; @use "../abstracts/mixins" as *;
.comments-threads-wrapper { .comments-threads-wrapper {
position: fixed; position: absolute;
top: 50%; top: 0;
left: 50%; left: 0;
padding: 4px; padding: 4px;
background: var(--background-color); background: var(--background-color);
border-radius: #{$border-radius-large} #{$border-radius-large} #{$border-radius-large} border-radius: #{$border-radius-large} #{$border-radius-large} #{$border-radius-large}