Skip to content
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

Merged
merged 3 commits into from
Jun 2, 2019
Merged

Update textarea overflow to scroll #609

merged 3 commits into from
Jun 2, 2019

Conversation

marek-lach
Copy link
Member

Partial fix for #604.

@codecov
Copy link

codecov bot commented Jun 2, 2019

Codecov Report

Merging #609 into master will increase coverage by 0.03%.
The diff coverage is n/a.

@@            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

elegaanz
elegaanz previously approved these changes Jun 2, 2019
Copy link
Member

@elegaanz elegaanz left a 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.

@marek-lach
Copy link
Member Author

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...

@@ -114,6 +114,7 @@ input[type="submit"] {
// Writing page
form.new-post {
max-width: 60em;
overflow-y: scroll;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be removed, otherwise there is a weird and useless scrollbar on the right of the whole form:

image

@marek-lach
Copy link
Member Author

Right. Done.

@elegaanz elegaanz merged commit b2312d7 into master Jun 2, 2019
@trinity-1686a trinity-1686a deleted the scrollable-textarea branch October 24, 2019 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants