diff --git a/assets/css/theme.css b/assets/css/theme.css index dcca5144fa..b551bb8b40 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -2775,6 +2775,11 @@ body.notfound #shrug svg { padding-bottom: 0; } +/* #1021 avoid mermaid tooltip layout shift */ +.mermaidTooltip { + position: absolute; +} + /* color style definitions */ .cstyle { diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index dd7c4e2b7a..2350664ce0 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+d6c4f517c6961776cd67ed26cd4bbff8532ab7d7 \ No newline at end of file +7.3.2+88c37300827cf1c2ba1c53a43304ebc9ec286a15 \ No newline at end of file