mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 09:08:58 +02:00
🐛 Fix scroll in comment section
This commit is contained in:
parent
14ed83fb31
commit
e95d940b5d
2 changed files with 4 additions and 0 deletions
|
@ -242,6 +242,8 @@
|
|||
pointer-events: auto;
|
||||
|
||||
.thread-groups {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
hr {
|
||||
border: 0;
|
||||
height: 1px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue