Skip to content

Commit 9aaec83

Browse files
committed
bugfix cannot tab through markers behind camera in 360 images
1 parent 97c4170 commit 9aaec83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/svelte/components/Marker.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722
/* Hide markers that are behind the camera in 360/Omni */
723723
div.behind {
724724
pointer-events: none;
725-
visibility: hidden;
725+
opacity: 0 !important;
726726
}
727727
/* Apply 3D matrix transform for 360 embeds */
728728
div.mat3d {

0 commit comments

Comments
 (0)