fix: update comments thread position to absolute for better layout
This commit is contained in:
parent
357e7ce639
commit
e161c2768e
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue