From 1873c66c817948163199a388320789b675666e96 Mon Sep 17 00:00:00 2001 From: Varun Ramesh Date: Thu, 31 Aug 2023 02:11:42 -0700 Subject: [PATCH] Use overflow: auto instead of overflow: scroll --- src/blog-cells.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blog-cells.css b/src/blog-cells.css index 7d19331..fc27838 100644 --- a/src/blog-cells.css +++ b/src/blog-cells.css @@ -34,7 +34,7 @@ padding: 10px 20px; color-scheme: dark; - overflow: scroll; + overflow: auto; } /* Log Line Colors */ @@ -122,7 +122,7 @@ script[type="text/notebook-cell"] { font-size: 14px; line-height: 1.45em; - overflow-x: scroll; + overflow-x: auto; box-shadow: 0 0 5px 1px #000000c6; border-radius: 4px;