From f301e83163a22f82a51b4eb321e37213357c85c9 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 23 Dec 2021 21:57:34 +0000 Subject: [PATCH] have mathjax scroll on overflow --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index e3b4da7..255d997 100644 --- a/styles.css +++ b/styles.css @@ -120,6 +120,10 @@ ul#articlelist li a:hover { color: black; } +mjx-container { + overflow-x: scroll; +} + @media (max-width: 60em) { /* CSS that should be displayed if width is equal to or less than 60em goes here */ #contentWrapper { flex-direction: column }