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

Hover inspector UI overflow #10551

Open
Nekzuris opened this issue Nov 22, 2024 · 0 comments · May be fixed by #9912 or #10552
Open

Hover inspector UI overflow #10551

Nekzuris opened this issue Nov 22, 2024 · 0 comments · May be fixed by #9912 or #10552

Comments

@Nekzuris
Copy link
Contributor

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 vs overflow-y: visible
overflow no overflow

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;
}

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

@Nekzuris Nekzuris linked a pull request Nov 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant