mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-26 16:09:10 -05:00
feat: sets overflow hidden
This commit is contained in:
@@ -17,7 +17,14 @@ const App = ({ initialScene }: Props) => {
|
||||
return (
|
||||
<ThemeProvider theme={theme}>
|
||||
<ModeManagerProvider>
|
||||
<Box sx={{ width: "100%", height: "100%", position: "relative" }}>
|
||||
<Box
|
||||
sx={{
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
position: "relative",
|
||||
overflow: "hidden",
|
||||
}}
|
||||
>
|
||||
<RendererContainer key="renderer" />
|
||||
<Sidebar />
|
||||
<SideNav />
|
||||
|
||||
Reference in New Issue
Block a user