PAIR-code / facets

Visualizations for machine learning datasets
https://pair-code.github.io/facets/
Apache License 2.0
7.36k stars 886 forks source link

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

Open rmcloughlin opened 4 years ago

rmcloughlin commented 4 years ago

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 commented 4 years ago

@jimbojw new facets dive bug

pdpino commented 3 years ago

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

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