Skip to content

Commit

Permalink
Desktop: Fix mermaid save button partially hidden behind graph
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Feb 8, 2024
1 parent 11e1a49 commit 6b5c60b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/renderer/MdToHtml/rules/mermaid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6b5c60b

Please sign in to comment.