forked from trent_larson/crowd-funder-for-time-pwa
play with sizing, and stop bobbing and rotation
This commit is contained in:
@@ -53,8 +53,9 @@
|
||||
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8">
|
||||
Your Statistics
|
||||
</h1>
|
||||
<div id="scene-container"></div>
|
||||
<canvas ref="worldCanvas"></canvas>
|
||||
|
||||
<!-- Another place to play with the sizing is in Resizer.setSize -->
|
||||
<div id="scene-container" class="h-screen"></div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
@@ -71,13 +72,3 @@ export default class StatisticsView extends Vue {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
#scene-container {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user