0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

🐛 Fix scroll in comment section

This commit is contained in:
Eva 2022-03-22 09:36:19 +01:00
parent 14ed83fb31
commit e95d940b5d
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,8 @@
- Add the ability to disable standard, password login [Taiga #2999](https://tree.taiga.io/project/penpot/us/2999)
### :bug: Bugs fixed
- Fix scroll in comment section [Taiga #3068](https://tree.taiga.io/project/penpot/issue/3068)
- Remove a decimal sets value to 0 [Taiga #3059](https://tree.taiga.io/project/penpot/issue/3054)
- Go to style library file to edit in a new tab [Taiga #2639](https://tree.taiga.io/project/penpot/issue/2639)
- Inner shadow with border not working properly [Taiga #2883](https://tree.taiga.io/project/penpot/issue/2883)

View file

@ -242,6 +242,8 @@
pointer-events: auto;
.thread-groups {
height: 100%;
overflow-y: scroll;
hr {
border: 0;
height: 1px;