From 08d3c62b31f84a924542aeec27dec73aec605d25 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 13 Aug 2025 17:53:55 +0800 Subject: [PATCH] :bug: Fix: ZenUML intersection height error --- assets/css/_core/_patch.scss | 5 +++++ layouts/_partials/assets.html | 1 - layouts/_partials/init/index.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/css/_core/_patch.scss b/assets/css/_core/_patch.scss index 8fe08375..f91fa379 100644 --- a/assets/css/_core/_patch.scss +++ b/assets/css/_core/_patch.scss @@ -66,3 +66,8 @@ } } } + +// fix ZenUML intersection height error +#zenuml-intersection-detector-container { + display: none; +} diff --git a/layouts/_partials/assets.html b/layouts/_partials/assets.html index aa3bb044..6ea6c976 100644 --- a/layouts/_partials/assets.html +++ b/layouts/_partials/assets.html @@ -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 -}} diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index b2f5ca7f..79167b17 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -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" . -}}