feat: make flow editor topbar sticky

This commit is contained in:
Kasia
2024-03-07 12:20:22 +01:00
parent 3d6847a3a2
commit 6406f9eb86
3 changed files with 64 additions and 53 deletions

View File

@@ -225,7 +225,7 @@ export const defaultTheme = createTheme({
textDecoration: 'none',
},
'#root': {
height: '100vh',
minHeight: '100vh',
},
},
},
@@ -297,6 +297,6 @@ export const mationTheme = createTheme(
},
},
},
})
}),
);
export default defaultTheme;