Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16a11e3

Browse files
committed
fix the mathjax chrome bug by upgrading the theme
1 parent 8249c06 commit 16a11e3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

preview/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mkdocs-material>=8.1.4
1+
mkdocs-material>=8.1.7
22
watchdog==2.1.
33
beautifulsoup4>=4.10.0

src/stylesheets/extra.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
--md-typeset-a-color: #c973d9;
1010
}
1111

12-
/* Fix for Latex rendering in Chrome, see https://github.com/squidfunk/mkdocs-material/issues/3354 */
13-
.md-typeset div.arithmatex {
14-
overflow: hidden;
15-
}
16-
1712
/* hide the primary sidebar */
1813
.md-sidebar.md-sidebar--primary {
1914
display: none;

0 commit comments

Comments
 (0)