mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 03:18:21 +02:00
🐛 Fix scrollbar on comment thread.
This commit is contained in:
parent
bf8e61b9bb
commit
a86f198406
2 changed files with 19 additions and 12 deletions
|
@ -57,6 +57,7 @@
|
|||
|
||||
.comments {
|
||||
max-height: 320px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
@ -205,8 +206,8 @@
|
|||
|
||||
|
||||
.comment-options-dropdown {
|
||||
top: 0px;
|
||||
right: -160px;
|
||||
top: 7px;
|
||||
right: 7px;
|
||||
width: 150px;
|
||||
|
||||
border: 1px solid #B1B2B5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue