-
Notifications
You must be signed in to change notification settings - Fork 195
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
Textarea progress bar hides text when typing #3528
Comments
softvision-oana-arbuzov
changed the title
Textarea progress bar hides text when typing on mobile
Textarea progress bar hides text when typing
Feb 9, 2021
This can be easily fixed with
/* webcompat.css | https://webcompat.com/dist/webcompat.css */
@media (min-width: 665px) {
.issue-form .text-field {
/* padding: 11px 36px 11px 8px; */
padding: 11px 36px 3ch 8px;
}
} |
pull request done. #3534 |
emilio
added a commit
to emilio/webcompat.com
that referenced
this issue
Feb 10, 2021
Make the progress bar not overlap the textarea. While at it, also remove useless `content: ""` rules which do nothing, and an useless `width` declaration which also does nothing because it's the same width as the block would have minus margins.
karlcow
pushed a commit
that referenced
this issue
Feb 10, 2021
Fix #3528 - Fix CSS for description textarea
@karlcow the issue is fixed on mobile but still occurs on desktop. Tested with: Reopening for further investigation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Happens on all browsers. It makes me not able to read what I'm writing for example. See screenshots.
The text was updated successfully, but these errors were encountered: