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 Jul 27, 2024. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: