🐛 Fix: ZenUML intersection height error

This commit is contained in:
Cell
2025-08-13 17:53:55 +08:00
parent 7b9c3e62c7
commit 08d3c62b31
3 changed files with 6 additions and 2 deletions
+5
View File
@@ -66,3 +66,8 @@
}
}
}
// fix ZenUML intersection height error
#zenuml-intersection-detector-container {
display: none;
}
-1
View File
@@ -106,7 +106,6 @@
{{- /* MathJax */ -}}
{{- if eq $math.type "mathjax" -}}
{{/* TODO improve MathJax setup. e.g. content encryption, Twikoo math etc. */}}
{{- $mathjax := $math.mathjax -}}
{{- $source := "js/lib/load-mathjax.js" -}}
{{- $options := dict "targetPath" "js/lib/load-mathjax.min.js" "minify" hugo.IsProduction -}}
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v0.4.0-alpha-20250813091452-bfafc151" -}}
{{- hugo.Store.Set "version" "v0.4.0-alpha-20250813095356-7b9c3e62" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}