Fix scrollbar in support's textarea

This commit is contained in:
yflory 2019-12-23 15:46:16 +01:00
parent c2c5dbdb64
commit 72e308994d

View File

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