aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/Refinery.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/Refinery.tsx')
-rw-r--r--subprojects/frontend/src/Refinery.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/Refinery.tsx b/subprojects/frontend/src/Refinery.tsx
index d6bd6159..93a82ee1 100644
--- a/subprojects/frontend/src/Refinery.tsx
+++ b/subprojects/frontend/src/Refinery.tsx
@@ -11,7 +11,7 @@ export default function Refinery(): JSX.Element {
11 // @ts-expect-error -- notistack has problems with `exactOptionalPropertyTypes 11 // @ts-expect-error -- notistack has problems with `exactOptionalPropertyTypes
12 <SnackbarProvider TransitionComponent={Grow}> 12 <SnackbarProvider TransitionComponent={Grow}>
13 <UpdateNotification /> 13 <UpdateNotification />
14 <Stack direction="column" height="100vh" overflow="auto"> 14 <Stack direction="column" height="100%" overflow="auto">
15 <TopBar /> 15 <TopBar />
16 <EditorPane /> 16 <EditorPane />
17 </Stack> 17 </Stack>