From 2a31bd2f7882543ea4ba4088098f1d16064479a1 Mon Sep 17 00:00:00 2001 From: abap34 Date: Sun, 12 Jan 2025 22:57:26 +0900 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=BC=8F=E3=81=AF=E3=81=BF=E3=81=A0?= =?UTF-8?q?=E3=81=97=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/modern-light.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/modern-light.css b/assets/modern-light.css index 9f691d3..9319778 100644 --- a/assets/modern-light.css +++ b/assets/modern-light.css @@ -437,11 +437,19 @@ footer { } /* mathjax の要素を少し小さめに表示 */ + + +.math-block { + overflow-x: auto; + overflow-y: hidden; +} + .math-inline { + display: inline-grid; + overflow: hidden !important; font-size: 0.8em; } - /* =============================================== Footnotes =============================================== */