-
Notifications
You must be signed in to change notification settings - Fork 40
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
Visual "jumping" on schema page #49
Comments
@zwass are you still seeing this? I'm having trouble reproducing. |
@zwass if you go to your Mac preferences, general check to see if you have this setting on: This is a non-default setting that Chrome will pickup and use. |
Firefox and Safari also exhibit this behavior with this setting on. |
This appears to be caused by the following styling code:
from commit for #17. |
@directionless Was there a reason for this issue being closed? On my Firefox the vertical scroll bar for the whole page disappears as soon as I stop moving the mouse, so it seems the style doesn't need to compensate for that appearing, but on Google Chrome the scroll bar is always there, taking space, and causes a recalculation of the page width when it disappears while hovering the table name list. On macOS Google Chrome this doesn't happen because the vertical scrollbars automatically disappear. |
I have no memory of why I closed this. Probably I thought it was fixed, if it's still present we can reopen. Though if no one is working on it, it feels kinda 🤷 |
I think the root cause problem is when "overscroll" the side list, will trigger schema page scroll. so for now, when hover in side list, added noscroll to prevent schema page scroll, but it cause this visual jumping issue. FWIK setting overscroll-behavior for side list, and remove 'noscroll' classname toggle in will solve such problem. |
The scrollbar seems to jump in and out as the cursor enters and leaves the sidebar:
The text was updated successfully, but these errors were encountered: