This website works better with JavaScript.
Home
Explore
Help
Sign In
web
/
cryptpad
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Browse Source
Fix scrollbar in support's textarea
master
yflory
1 year ago
parent
c2c5dbdb64
commit
72e308994d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
customize.dist/src/less2/include/buttons.less
2
customize.dist/src/less2/include/buttons.less
View File
@ -24,9 +24,9 @@
}
textarea {
overflow: hidden;
padding: 8px;
&[readonly] {
overflow: hidden;
resize: none;
}
}
Write
Preview
Loading…
Cancel
Save