From adc2a36fc2e6d2ac4578a78e1959ebe79686f8e3 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Tue, 3 May 2022 19:19:36 +0100 Subject: [PATCH] only show horizontal scroll for equations which are too long --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 8585db6..737acb1 100644 --- a/styles.css +++ b/styles.css @@ -98,7 +98,7 @@ ul#articlelist li a:hover { } mjx-container { - overflow-x: scroll; + overflow-x: auto; } @media (max-width: 60em) {