mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 15:09:10 -05:00
Merge pull request #1704 from penpot/fix/scroll_comments
🐛 Fix scroll in comment section
This commit is contained in:
commit
5ce3ce06c6
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -242,6 +242,8 @@
|
|||
pointer-events: auto;
|
||||
|
||||
.thread-groups {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
hr {
|
||||
border: 0;
|
||||
height: 1px;
|
||||
|
|
Loading…
Add table
Reference in a new issue