mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 02:37:19 +02:00
🐛 Fix misaligned input on comments
This commit is contained in:
parent
a861691ffd
commit
9f7a002a78
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue