feat: isoflow takes 100% height as default

This commit is contained in:
Mark Mankarious
2023-08-24 13:10:47 +01:00
parent 9c60c16f4a
commit 85e36bd876

View File

@@ -39,7 +39,7 @@ interface Props {
const App = ({
initialScene,
width,
height = 500,
height = '100%',
interactionsEnabled: interactionsEnabledProp = true,
onSceneUpdated,
debugMode = false