mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🐛 Fix: ZenUML intersection height error
This commit is contained in:
@@ -66,3 +66,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// fix ZenUML intersection height error
|
||||
#zenuml-intersection-detector-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -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,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" . -}}
|
||||
|
||||
Reference in New Issue
Block a user