We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.openstreetmap.org/edit#map=18/48.129455/7.827063
Hover over any element.
I found this was caused by overflow-y: auto; introduce in #9074 to fix #9070.
overflow-y: auto;
current overflow-y: auto vs overflow-y: visible
overflow-y: auto
overflow-y: visible
I'm not sure what is the best way to fix both, maybe only add scrollbar to notes like this?
.inspector-hover div { overflow-x: visible; overflow-y: visible; } .inspector-hover .comment div { overflow-y: auto; }
Released version at openstreetmap.org/edit
2.30.4
Chrome, Firefox
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
URL
https://www.openstreetmap.org/edit#map=18/48.129455/7.827063
How to reproduce the issue?
Hover over any element.
Screenshot(s) or anything else?
I found this was caused by
overflow-y: auto;
introduce in #9074 to fix #9070.current
overflow-y: auto
vsoverflow-y: visible
I'm not sure what is the best way to fix both, maybe only add scrollbar to notes like this?
Which deployed environments do you see the issue in?
Released version at openstreetmap.org/edit
What version numbers does this issue effect?
2.30.4
Which browsers are you seeing this problem on?
Chrome, Firefox
The text was updated successfully, but these errors were encountered: