Skip to content

Commit 7cedf54

Browse files
committed
Fix examples on safari
1 parent 5e08c74 commit 7cedf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app-popover.imba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ tag app-popover
148148

149149
style.transform = "translate3d({fromX}px,{fromY}px,0px)"
150150

151-
$line.style.transform = "rotate({rot}deg) rotateY({-yrot}deg)"
151+
$line.style.transform = "translateZ(1px) rotate({rot}deg) rotateY({-yrot}deg)"
152152
$box.style.transform = "translate({tax * -100}%,{tay * -100}%)"
153153

154154
# $end.style.transform = "translate({ax}%,-50%) translate3d({x}px,{y}px,{z}px)"

0 commit comments

Comments
 (0)