Skip to content

Commit

Permalink
fix(style): Add overflow property for KaTeX
Browse files Browse the repository at this point in the history
Fixes #38

Signed-off-by: Khusika Dhamar Gusti <[email protected]>
  • Loading branch information
Khusika Dhamar Gusti committed Jul 17, 2021
1 parent b3e8cdb commit 77c71cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/css/_page/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
@import "../_partial/_single/video";
@import "../_partial/_single/admonition";
@import "../_partial/_single/echarts";
@import "../_partial/_single/katex";
@import "../_partial/_single/mapbox";
@import "../_partial/_single/music";
@import "../_partial/_single/bilibili";
Expand Down
3 changes: 3 additions & 0 deletions assets/css/_partial/_single/_katex.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.katex-display {
overflow: auto;
}

Large diffs are not rendered by default.

0 comments on commit 77c71cd

Please sign in to comment.