mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-15 16:23:32 +00:00
mermaid: tooltips cause page layout to shift #1021
This commit is contained in:
parent
88c3730082
commit
cd4a8363be
2 changed files with 6 additions and 1 deletions
|
@ -2775,6 +2775,11 @@ body.notfound #shrug svg {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* #1021 avoid mermaid tooltip layout shift */
|
||||||
|
.mermaidTooltip {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
/* color style definitions */
|
/* color style definitions */
|
||||||
|
|
||||||
.cstyle {
|
.cstyle {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.3.2+d6c4f517c6961776cd67ed26cd4bbff8532ab7d7
|
7.3.2+88c37300827cf1c2ba1c53a43304ebc9ec286a15
|
Loading…
Add table
Reference in a new issue