chore(layout/inline-title): disable pointer events while hidden

This commit is contained in:
Elian Doran
2025-12-13 14:00:27 +02:00
parent 0ada6523a8
commit 0bd89a659c

View File

@@ -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;
}
}
}