mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 08:14:25 +01:00
chore(layout/inline-title): disable pointer events while hidden
This commit is contained in:
parent
0ada6523a8
commit
0bd89a659c
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user