parent
6cc8325d2b
commit
36d6facd8d
2 changed files with 21 additions and 4 deletions
|
|
@ -387,15 +387,17 @@ function openComment(comment) {
|
|||
bottom: 5.5rem;
|
||||
background: #333;
|
||||
}
|
||||
#comments-container textarea {
|
||||
#comments-container textarea:not(.comment__body) {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
resize: none;
|
||||
background: none;
|
||||
padding: 0;
|
||||
color: var(--color-white);
|
||||
}
|
||||
#comments-container textarea {
|
||||
resize: none;
|
||||
}
|
||||
#comments-container textarea:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue