From ef328e938e8851ede7451df5fd4f9d8c868e4a9a Mon Sep 17 00:00:00 2001 From: aeneasr Date: Tue, 9 Nov 2021 08:05:40 +0000 Subject: [PATCH] chore: update docusaurus template Signed-off-by: aeneasr --- docs/src/theme/mermaid.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/theme/mermaid.module.css b/docs/src/theme/mermaid.module.css index 60118204cd5..35fffb3f5e8 100644 --- a/docs/src/theme/mermaid.module.css +++ b/docs/src/theme/mermaid.module.css @@ -23,6 +23,7 @@ bottom: 0; background-color: rgba(0, 0, 0, 0.1); z-index: 10000; + margin-bottom: 0; } .graph.overlay .backdrop { @@ -34,6 +35,7 @@ background-color: white; text-align: center; cursor: default; + overflow: auto; } .graph.overlay .backdrop svg {