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

facets-dive-info-card should be scrollable #218

Open
rmcloughlin opened this issue Jun 8, 2020 · 2 comments
Open

facets-dive-info-card should be scrollable #218

rmcloughlin opened this issue Jun 8, 2020 · 2 comments

Comments

@rmcloughlin
Copy link

A facets-dive-info-card should have vertical and horizontal scroll bars when the content is too large for the visible area.

Previously mentioned here: #71

@jameswex
Copy link
Collaborator

jameswex commented Jun 8, 2020

@jimbojw new facets dive bug

@pdpino
Copy link

pdpino commented Jan 21, 2021

For anyone facing this, I found a quick and dirty solution:

  • Inspect HTML
  • Select facets-dive-info-card element
  • Set style property height: 600px (or any other fixed value, I used 600 as is the same for the facets-dive element)

The info-card should now scroll vertically, allowing to see all the content.
(Works for me on Chrome 88.0, running Facets Dive from a jupyter notebook, using facets-jupyter.html from the master branch).

PD: If I added the CSS rule from the jupyter itself (by using HTML(...), or the magic %%html) it did not work, not sure why

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

3 participants