1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-09-16 08:56:40 +02:00

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

This commit is contained in:
Henry Heino
2024-02-08 10:41:19 -08:00
committed by GitHub
parent d58185afe0
commit 627b830739

View File

@@ -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) {