Closed chenboshuo closed 11 months ago
Can you please provide a minimal reproducible example (what to put in conf.py and into the document)?
We resolved this issue by adding the following css to our _static/custom.css
div.jupyter_container .output {
overflow-x: auto;
}
This issue is usually related to the theme you are using in your documentation. Your solution will be very useful for community members who face the same thing and can't wait for the theme patch.
closing as the problem is not coming from here.
when I show tables use this extension, the columns overfolw:
In jupyter, the output is We see it was handled by ba scrollbar.
Could you help me to solve this issue? Thanks you for your attention.