mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 09:01:21 +00:00
fix: fixed height on canvas div
This commit is contained in:
parent
910d6ff792
commit
2abe02d8d0
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
overall robustness and stability of our cloud infrastructure.
|
||||
</p>
|
||||
|
||||
<div class="max-h-80">
|
||||
<div class="h-72">
|
||||
<Canvas>
|
||||
<T.PerspectiveCamera makeDefault position={[-10, 15, 20]} fov={10}>
|
||||
<OrbitControls
|
||||
|
|
Loading…
Reference in a new issue