mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 05:09:54 +01:00
chore(layout/inline-title): disable pointer events while hidden
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
.note-icon-widget,
|
||||
.note-title-widget {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -39,6 +40,7 @@
|
||||
&:not(.inline-title-visible) {
|
||||
.inline-title .inline-title-row {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user