Skip to content

Commit 4563ca5

Browse files
committed
handle mobile dialog
1 parent f308fbb commit 4563ca5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Assets/WebGLTemplates/BetterTemplate/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
height: 100%;
2525
display: block;
2626
}
27-
27+
/* try to handle mobile dialog */
28+
canvas + * {
29+
z-index: 2;
30+
}
2831
.logo {
2932
display: block;
3033
width: max-width: 100vw;

0 commit comments

Comments
 (0)