diff --git a/CHANGES.md b/CHANGES.md index 0af3688dc..463554026 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/frontend/resources/styles/main/partials/comments.scss b/frontend/resources/styles/main/partials/comments.scss index e5e865d13..7019ee9c3 100644 --- a/frontend/resources/styles/main/partials/comments.scss +++ b/frontend/resources/styles/main/partials/comments.scss @@ -242,6 +242,8 @@ pointer-events: auto; .thread-groups { + height: 100%; + overflow-y: scroll; hr { border: 0; height: 1px;