Fix scrollbar in support's textarea
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
}
|
||||
|
||||
textarea {
|
||||
overflow: hidden;
|
||||
padding: 8px;
|
||||
&[readonly] {
|
||||
overflow: hidden;
|
||||
resize: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user