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