-
-
Notifications
You must be signed in to change notification settings - Fork 670
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
prevent screen from juddering when clicking on diagram #15815
prevent screen from juddering when clicking on diagram #15815
Conversation
Hi, I use Firefox and I do not have this problem with the doubled scrollbar: However, I can move the screen slightly to the right. I think this is not intended? Do you have the same issue? |
No i dont. Is your video with or without the overflow change? Firefox on Android? |
I have this behaviour with and without the overflow-change. |
It's due to the footer: |
What device/resolution? We already have a "short version" for the "100% solar" text but it doesn't seem to be short enough. at lease for dev-builds with long version. |
Samsung Galaxy A71 with 1080 x 2400 px. Before the text is cut off, I suggest using mediaqueries to place it in two lines in the centre if the screen is too small or the font size too large. |
Here are all translations for this text: |
I added this: body:not(.modal-open) {
overflow-y: scroll;
} and added a media query, which wraps the text in two lines if the screen is too small. On my devices (computer + smartphone) both issues are solved. Does this work on your devices, too? |
Hi,
If you click on the
In-Out-diagram
, the screen jerks:video-before.mp4
Adding
overflow-y: scroll
to the<body>
-tag prevents this:video-after.mp4