mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-23 18:53:36 +02:00
Desktop: Fix mermaid save button partially hidden behind graph (#9888)
This commit is contained in:
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user