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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user