diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss index 5713dfb4..28169b7d 100644 --- a/assets/css/_page/_single.scss +++ b/assets/css/_page/_single.scss @@ -306,6 +306,7 @@ } .table-wrapper { + position: relative; overflow-x: auto; --#{$prefix}scrollbar-thumb-color: #{$table-background-color}; @@ -516,6 +517,12 @@ } } + // Katex styles + .katex-display { + max-width: 100%; + overflow-x: auto; + } + @import '../_partials/_single/alert'; @import '../_partials/_single/code'; @import '../_shortcodes'; diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index eb6fd871..67d16ee0 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.3.16-453ed31d" -}} +{{- .Scratch.Set "version" "v0.3.16-35cc57e6" -}} {{- .Scratch.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}