-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update textarea overflow to scroll #609
Conversation
Codecov Report
@@ Coverage Diff @@
## master #609 +/- ##
=========================================
+ Coverage 34.56% 34.6% +0.03%
=========================================
Files 67 67
Lines 7840 7840
Branches 1883 1883
=========================================
+ Hits 2710 2713 +3
Misses 4367 4367
+ Partials 763 760 -3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't tested (for some reason it is not deployed on pr-609.joinplu.me 😕), but it seems reasonable.
It does... I mean testing it live would probably be a good idea still, but there's really no reason why it should cause any problems. Pretty basic stuff overall... |
static/css/_forms.scss
Outdated
@@ -114,6 +114,7 @@ input[type="submit"] { | |||
// Writing page | |||
form.new-post { | |||
max-width: 60em; | |||
overflow-y: scroll; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. Done. |
Partial fix for #604.