fix(ui): keep timeline preview tooltip interactive

Allow pointer interaction with the message preview tooltip and delay hover dismissal so users can move from the timeline segment onto the preview to copy or delete.
This commit is contained in:
Shantur Rathore
2026-02-08 21:06:32 +00:00
parent 322a880a02
commit 2a5bb6304d
2 changed files with 30 additions and 5 deletions

View File

@@ -211,7 +211,8 @@
.message-timeline-tooltip {
position: fixed;
z-index: 1000;
pointer-events: none;
/* Allow interacting with the preview (copy/delete/etc). */
pointer-events: auto;
}
.message-preview {