🐛 Fix misaligned input on comments

This commit is contained in:
Alejandro Alonso 2024-06-07 12:16:13 +02:00 committed by Andrey Antukh
parent a861691ffd
commit 9f7a002a78
2 changed files with 3 additions and 3 deletions

View file

@ -142,11 +142,10 @@
// thread-content
.thread-content {
position: absolute;
overflow-y: scroll;
scrollbar-gutter: stable;
overflow-y: auto;
width: $s-284;
padding: $s-12;
padding-inline-end: 0;
padding-inline-end: $s-8;
pointer-events: auto;
user-select: text;