chore: tweak SSR output

This commit is contained in:
Satyajit Sahoo
2020-05-27 19:55:37 +02:00
parent 7ac4c13d44
commit 0c3c450f5f

View File

@@ -40,8 +40,8 @@ app.use(async (ctx) => {
>
${css}
<title>${ref.current?.getCurrentOptions()?.title}</title>
<body style="height: 100%">
<div id="root" style="display: flex; height: 100%">
<body style="min-height: 100%">
<div id="root" style="display: flex; min-height: 100vh">
${html}
</div>
`;