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

Display problem in the web frontend: Getting-Startet-Footer not reachable #16006

Open
sebastiansIT opened this issue Apr 7, 2021 · 1 comment
Labels
area/web interface Related to the Mastodon web interface bug Something isn't working

Comments

@sebastiansIT
Copy link

The box with the links at the bottom left (HMTL class getting-started__footer) is not reachable under certain circumstances.

The error can be reproduced under Windows 10, at a resolution of 1920x1080 pixels with a scaling of 150%. Alternatively, a window with a correspondingly low height can be used.

The problem is in the panel with the class compose-panel. There overflow-y is set to hidden. A solution would be to change the value to auto.

I have seen this on https://rollenspiel.social/web/timelines/public but I think it's a general problem.

Thanks in advance

@matildepark
Copy link
Contributor

Changing the value to auto produces this ugly scrollbar.

image

Given this panel uses flexbox anyway, it should flex a bit better for this edge case, probably. Will look.

@vmstan vmstan added bug Something isn't working area/web interface Related to the Mastodon web interface labels Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/web interface Related to the Mastodon web interface bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants