Fix scrollbar styles on compose textarea, small bugs (#10292)
This commit is contained in:
parent
1a0d3c9c65
commit
6a3f08661f
3 changed files with 7 additions and 2 deletions
|
@ -357,6 +357,11 @@
|
|||
padding-bottom: 0;
|
||||
padding-right: 10px + 22px;
|
||||
resize: none;
|
||||
scrollbar-color: initial;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
height: 100px !important; // prevent auto-resize textarea
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue