From f94c3729c20dfbc74548723f6f430319536cca13 Mon Sep 17 00:00:00 2001 From: Nate Contino Date: Tue, 17 Dec 2024 10:28:34 -0500 Subject: [PATCH] Prevent Linux Chromium browsers from displaying an unscrollable horizontal scrollbar for all code samples --- jekyll-assets/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/jekyll-assets/css/style.css b/jekyll-assets/css/style.css index 1a99ab932..d344807a6 100644 --- a/jekyll-assets/css/style.css +++ b/jekyll-assets/css/style.css @@ -827,7 +827,6 @@ h6 .anchor::before { margin-bottom: 15px; position: relative; width: 99%; - overflow-x: scroll; } #content div.admonitionblock div.listingblock {