Improve flight view appearance

This commit is contained in:
april
2024-01-04 16:55:12 -06:00
parent 887f83119f
commit 04813bfd76
4 changed files with 322 additions and 25 deletions

View File

@@ -111,7 +111,7 @@ export default function NewFlight() {
<Title order={2}>New Flight</Title>
<form onSubmit={form.onSubmit((values) => createFlight.mutate(values))}>
<ScrollAreaAutosize mah="calc(100vh - 95px - 110px">
<ScrollAreaAutosize mah="calc(100vh - 95px - 110px)">
<Container>
{/* Date and Aircraft */}