From d024e18747a4a2557f19c6a85c12af49cfb53716 Mon Sep 17 00:00:00 2001 From: Ram Sharan Rimal Date: Tue, 17 Sep 2024 14:24:26 -0500 Subject: [PATCH] fix cell output in user data notebooks --- styles.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/styles.css b/styles.css index 9be27fe2..01f214f2 100644 --- a/styles.css +++ b/styles.css @@ -2,6 +2,19 @@ margin: 10px; } + +/* Adjust height of the cell output in user notebooks*/ +.cell-output { + max-height: 500px; + overflow-y: auto; + overflow-x: auto; + background-color:#fefdfe; +} + + + + + /* .sidebar-item-text::before { content: '>' } */