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

revert overflow-x-scroll on footer from #2054 #2151

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

janno42
Copy link
Member

@janno42 janno42 commented Mar 25, 2024

In #2054 overflow-x-scroll was added to the footer ("make footer horizontally scrollable on small screens; The previous behavior was the footer became wider than the screen and the entire page width was increased.")

This leads to a disabled scrollbar (only visible in some browsers on some systems, depending on the scrollbar rendering) in normal resolution, which is worse :)

image

This PR reverts that change, but future commits are welcome. I won't open a new issue, though, because the effect only occurs on very small screens (works on my phone) and doesn't seem worth the effort.

@janno42 janno42 requested a review from richardebeling March 25, 2024 19:44
@richardebeling
Copy link
Member

the effect only occurs on very small screens (works on my phone)

@LinqLover is there something we are missing here? I also need to reduce my page size to a point where the rest of the page is unusable anyway in order to get overflow on the footer.

Copy link
Collaborator

@Kakadus Kakadus left a comment

Choose a reason for hiding this comment

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

Another "bug" I observed with overflow-x-scroll: When I leave the zoom at 100%, do not change the height and make the window very thin, I can somehow get the navbar to scroll horizontally for a few pixels. I think it's the "Legal Notice / Data Privacy" button. Maybe this is the symptom on linux devices? It stops if there is no overflow-x-scroll

@janno42 janno42 merged commit c6fa738 into e-valuation:main Apr 5, 2024
12 checks passed
@janno42 janno42 deleted the footer-scrollbar branch April 5, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants