Buttons overlap other button text #56

Closed
opened 2025-03-06 22:57:48 +00:00 by jgeorgi · 1 comment
Owner

When an annotation is clicked to show its label, other nearby annotations are drawn on top of the label.

z-index does not appear to address this issue, and I don't know why.

When an annotation is clicked to show its label, other nearby annotations are drawn on top of the label. z-index does not appear to address this issue, and I don't know why.
jgeorgi added the
bug
label 2025-03-06 22:57:48 +00:00
Author
Owner

I do know why. The z-index is not passed through to the hotspot slots. They get their own z-index (seemingly randomly, but who knows) and as they are inside the shadow-dom, I can't modify it.

I do know why. The z-index is not passed through to the hotspot slots. They get their own z-index (seemingly randomly, but who knows) and as they are inside the shadow-dom, I can't modify it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jgeorgi/GlModelViewer#56
No description provided.