mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
Merge pull request #156 from bartvdbraak/fix/mobile-threlte
Fixed Canvas height property for mobile devices
This commit is contained in:
commit
a19a54de01
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="md:col-span-1 flex justify-end">
|
<div class="md:col-span-1 flex justify-end">
|
||||||
<div class="sm:h-60 w-full">
|
<div class="h-60 w-full">
|
||||||
<Canvas>
|
<Canvas>
|
||||||
<Scene />
|
<Scene />
|
||||||
</Canvas>
|
</Canvas>
|
||||||
|
|
Loading…
Reference in a new issue