-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Remove vertical scrollbar #567
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's a good solution, as some content can get hidden this way.
Take any wikimedia ZIM file on Chromium, for example, and you'll see that the bottom of "This article is issued from ..." is cut
Hmm, I think that's a different issue which is not related to #566 as far as I can tell. This PR is about the extra uselesss scrollbar. What you're reporting is a version of a longstanding issue covered (perhaps indirectly) by #120, #337 or #386. I've checked on master, and the cutoff (worse on older ZIMs, better on recent ZIMs of type "maxi") is the same before and after this PR. The only difference is that the extra vertical scrollbar shows before this PR, but that extra scrollbar doesn't help to scroll the iframe further down beyond the cutoff (it is a completely useless scrollbar). So I think this PR does address the reported issue, and we should fix the longstanding issue of content cut off by the bottom bar as part of #523, or else in a specific PR if you think there's a different viable solution. (You may remember we once had to add some |
PS The extra scrollbar is produced by the "search-article" div, which has no bearing on the iframe, and therefore on the content in the iframe. |
Hey @mossroy , I wondered if you had further thoughts about this PR (reading my comments above). As I say there, I don't think the issue you report pertains to this PR, which is merely about removing the extra vertical scrollbar. The extra scrollbar in question doesn't appear to govern the amont of content shown in the iframe, evinced by the fact that you can't actually scroll it at all. |
Sorry that I did not have the time to work on that. Before the bootstrap upgrade, it' true that we already had issues with the bottom content. But, after testing a bit more, I noticed that this issue was already present before the bootstrap upgrade, a least on Chrome (in SW mode). So it might not be a regression caused by the upgrade. |
@Jaifroid : I suggest to close this PR for now, as both of us did not have the time to work on it in the last month |
Fixes #566.