0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -05:00

Merge pull request #1704 from penpot/fix/scroll_comments

🐛 Fix scroll in comment section
This commit is contained in:
Alejandro 2022-03-22 09:49:48 +01:00 committed by GitHub
commit 5ce3ce06c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;