Fix scrollbar in support's textarea

This commit is contained in:
yflory 2019-12-23 15:46:16 +01:00
parent c2c5dbdb64
commit 72e308994d
1 changed files with 1 additions and 1 deletions

View File

@ -24,9 +24,9 @@
}
textarea {
overflow: hidden;
padding: 8px;
&[readonly] {
overflow: hidden;
resize: none;
}
}