|
@@ -50,7 +50,8 @@
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
- <canvas touch-action="none" id="renderCanvas" tabindex="1"></canvas>
|
|
|
+ <!-- Override frame style -->
|
|
|
+ <canvas touch-action="none" id="renderCanvas" tabindex="1" style="height: 100%"></canvas>
|
|
|
<script src="https://code.jquery.com/jquery.js"></script>
|
|
|
<script src="js/frame.js"></script>
|
|
|
|