-
Notifications
You must be signed in to change notification settings - Fork 945
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
Scroll Bar not displayed using output widgets and IPython.display #2778
Comments
Here is the line with that css:
|
Actually, looking at the DOM again, #2500 is an important fix here, in that the jupyter-widgets class that is overriding the overflow is at the root widget render, not just on the output widget. |
So actually this issue may be a duplicate of #2499 (i.e., same cause and fix)? |
So I have to set |
One (not very satisfactory, but maybe sufficient?) workaround is to set an explicit width for your output widget, like |
Closing since #2500 fixes this and has been merged. |
But feel free to continue the discussion if you'd like to talk about this or workarounds more. |
Thank you very much @jasongrout ! I will restrict the width for now and since it's updated, I won't have to worry about it for too long anyways:) |
Dear Team,
I cannot see the scroll bar when I use the example from @jasongrout (on a windows machine both in notebook and jupterlab). Any Idea how to solve that?
So:
gives
whereas
yields what I expect:
(I need it for a more involved example, but I thought to start easy)
Thanks in advance!
The text was updated successfully, but these errors were encountered: