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

Trace window (and the Subs window) no longer scrolls content #246

Closed
Gregg8 opened this issue Jul 16, 2019 · 1 comment
Closed

Trace window (and the Subs window) no longer scrolls content #246

Gregg8 opened this issue Jul 16, 2019 · 1 comment
Assignees

Comments

@Gregg8
Copy link
Contributor

Gregg8 commented Jul 16, 2019

No matter how many items are in the list, it does not scroll.

A scrollbar is shown but it continues beyond the bottom of the page.

Using the element inspector, I see that the height of the window is basically the height of content itself, probably minus enough pixels to force the scrollbar to be displayed (that spans from top to bottom).

Addition: Same for the Subs window

@Gregg8 Gregg8 changed the title Trace window no longer scrolls content Trace window (and the Subs window) no longer scrolls content Jul 22, 2019
@superstructor superstructor self-assigned this Jul 22, 2019
@superstructor
Copy link
Contributor

Fixed thanks to @Gregg8 and merged into master.

Morale of the storey - use flexbox all the way down and don't use strange scrollable-content custom components for things that should be simple...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants