aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/Refinery.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-11-29 02:37:28 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-12-09 00:07:39 +0100
commitf416bfecc61075d3dff69821b2d4503d6e1c4037 (patch)
treec0e6f3dab0e79d4117ff6b7dc7ea29f07891f1b7 /subprojects/frontend/src/Refinery.tsx
parentfix(frontend): content assist error recovery (diff)
downloadrefinery-f416bfecc61075d3dff69821b2d4503d6e1c4037.tar.gz
refinery-f416bfecc61075d3dff69821b2d4503d6e1c4037.tar.zst
refinery-f416bfecc61075d3dff69821b2d4503d6e1c4037.zip
fix(frontend): reduce Android rendering errors
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>