mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +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 {
|
.mermaid-export-graph {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
z-index: 1;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.joplin-editable:hover .mermaid-export-graph,
|
.joplin-editable:hover .mermaid-export-graph,
|
||||||
.joplin-editable .mermaid-export-graph:has(:focus-visible) {
|
.joplin-editable .mermaid-export-graph:has(:focus-visible) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user