From f0fd230a748bef803283e0aeeac79bb677ebe228 Mon Sep 17 00:00:00 2001 From: Jannis Baum Date: Thu, 11 Jul 2024 15:13:18 +0200 Subject: [PATCH] feat(#55): overflow-x scroll on execution outputs --- static/ipynb.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/ipynb.css b/static/ipynb.css index 5ffdeae4..279b3df5 100644 --- a/static/ipynb.css +++ b/static/ipynb.css @@ -1,7 +1,10 @@ .content-ipynb { max-width: 1200px; } *[class^="ipynb-cell-"] { position: relative; } -.ipynb-output-execution-result { position: relative; } +.ipynb-output-execution-result { + position: relative; + overflow-x: scroll; +} .ipynb-execution-count { font-family: monospace;