From 548961b32c8f0f474685f5c950a60acddd1b4d91 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Mon, 29 Sep 2025 09:51:49 -0400 Subject: [PATCH] fix single line code block scroll --- src/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/style.css b/src/style.css index eaae85eba..facf2a1b6 100644 --- a/src/style.css +++ b/src/style.css @@ -88,11 +88,6 @@ code, overflow-x: auto !important; } -/* Table wrapper for horizontal scrolling */ -.prose, article, .markdown, .content, [class*="prose"] { - overflow-x: auto !important; - -webkit-overflow-scrolling: touch !important; /* Smooth scrolling on iOS */ -} /* Table cells responsive behavior */ .prose table td, .prose table th,