From 30787fc4cf151e955bb7afc26dfd859f1a06fce6 Mon Sep 17 00:00:00 2001 From: Jayitha Date: Sun, 3 Apr 2022 01:40:34 +0530 Subject: [PATCH] fix: horizontal scroll for long equations (#545) --- _sass/addon/commons.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index d9bbd6c..7fd4604 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -126,6 +126,11 @@ blockquote { @include prompt("danger", "\f071"); } +mjx-container { + overflow-x: auto; + overflow-y: hidden; +} + kbd { font-family: inherit; display: inline-block;