mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
💄 Use dvh on quick create page
This commit is contained in:
parent
c895c65295
commit
e92874b666
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default async function QuickCreatePage() {
|
|||
|
||||
const { t } = await getTranslation();
|
||||
return (
|
||||
<div className="flex min-h-screen p-2">
|
||||
<div className="flex h-dvh p-2">
|
||||
<div className="flex flex-1 flex-col gap-6 rounded-xl border bg-white p-6">
|
||||
<div className="mx-auto w-full max-w-md flex-1">
|
||||
<div className="space-y-8">
|
||||
|
|
Loading…
Add table
Reference in a new issue