Skip to content

Commit

Permalink
handle mobile dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Oct 1, 2018
1 parent f308fbb commit 4563ca5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Assets/WebGLTemplates/BetterTemplate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
height: 100%;
display: block;
}

/* try to handle mobile dialog */
canvas + * {
z-index: 2;
}
.logo {
display: block;
width: max-width: 100vw;
Expand Down

0 comments on commit 4563ca5

Please sign in to comment.