fix: update comments thread position to absolute for better layout
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user