Skip to content

Commit

Permalink
set example page content to fill viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
mbpictures committed Sep 29, 2020
1 parent a747e7f commit 6777d23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<style>
html, body, #root {
height: 100%;
width: 100%;
}
</style>

<!--
Notice the use of %PUBLIC_URL% in the tags above.
Expand Down

0 comments on commit 6777d23

Please sign in to comment.