Merge pull request #156 from bartvdbraak/fix/mobile-threlte

Fixed Canvas height property for mobile devices
This commit is contained in:
Bart van der Braak 2023-11-17 03:50:51 +01:00 committed by GitHub
commit a19a54de01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
</p>
</div>
<div class="md:col-span-1 flex justify-end">
<div class="sm:h-60 w-full">
<div class="h-60 w-full">
<Canvas>
<Scene />
</Canvas>