mirror of https://github.com/xwiki-labs/cryptpad
Fix scrollbar in support's textarea
This commit is contained in:
parent
c2c5dbdb64
commit
72e308994d
|
@ -24,9 +24,9 @@
|
|||
}
|
||||
|
||||
textarea {
|
||||
overflow: hidden;
|
||||
padding: 8px;
|
||||
&[readonly] {
|
||||
overflow: hidden;
|
||||
resize: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue