You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
So I think I've found the problem, Kitematic is an Electron app, and there is an issue with the CSS.
This is an issue with other electron apps where the overflow is set to hidden, which this is. I've seen this in the source code.
Only thing is I'm not sure how to build an Electron app from the source code (yet).
For those fixing this, I'd start with changing /styles/container-home.less:
overflow: hidden;
to
overflow: auto;
Hope this helps someone.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behavior
I what see all items then I use to scroll and new items is shown
Actual behavior
Scroll does nothing
Information about the Issue
version 0.17.12 does not work
version 0.17.11 does
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: