Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

scrolling left/right hard with mouse is hard #56

Open
kjk opened this issue Dec 10, 2015 · 1 comment
Open

scrolling left/right hard with mouse is hard #56

kjk opened this issue Dec 10, 2015 · 1 comment

Comments

@kjk
Copy link
Owner

kjk commented Dec 10, 2015

When a list of results is wider than screen and long, scrolling left & right is hard because the scrollbar only shows when we scroll the content all the way to the bottom.

This is not a problem on mac pro with trackpad gestures but a pain with a mouse because in order to get to horizontal scrollbar we need to first scroll all the way down vertically.

This is related to our html containment hierarchy. Probably can fix it by setting height of html and body to 100%. Basically we need to constraint parent of results table to window size so that when table exceeds the size, the scrollbar is at the bottom of the window, not at the bottom of the html document.

@thellimist
Copy link
Collaborator

I tried overflow: inherit and overflow: initial on #output which solves this problem but brings another problem which is the whole body scrolls over sidebar.

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

No branches or pull requests

2 participants