fix: fixed height on canvas div

This commit is contained in:
Bart van der Braak 2023-08-06 18:25:14 +02:00
parent 910d6ff792
commit 2abe02d8d0

View file

@ -44,7 +44,7 @@
overall robustness and stability of our cloud infrastructure. overall robustness and stability of our cloud infrastructure.
</p> </p>
<div class="max-h-80"> <div class="h-72">
<Canvas> <Canvas>
<T.PerspectiveCamera makeDefault position={[-10, 15, 20]} fov={10}> <T.PerspectiveCamera makeDefault position={[-10, 15, 20]} fov={10}>
<OrbitControls <OrbitControls