Desktop: Fix mermaid save button partially hidden behind graph (#9888)

This commit is contained in:
Henry Heino
2024-02-08 18:41:19 +00:00
committed by GitHub
parent d58185afe0
commit 627b830739
@@ -22,6 +22,8 @@ export default {
.mermaid-export-graph {
opacity: 0;
height: 0;
z-index: 1;
position: relative;
}
.joplin-editable:hover .mermaid-export-graph,
.joplin-editable .mermaid-export-graph:has(:focus-visible) {