feat: 💄 add scrollbar to preview pane
This commit is contained in:
parent
96777f9a4b
commit
c7b299624e
@ -520,10 +520,13 @@ function Organizrr() {
|
||||
</AppShell.Main>
|
||||
|
||||
<AppShell.Aside p="md" bg="var(--mantine-primary-color-0)">
|
||||
<Stack align="center">
|
||||
<AppShell.Section>
|
||||
<Group style={{ alignSelf: "start" }}>
|
||||
<IconEye /> <Title order={3}>Preview</Title>
|
||||
</Group>
|
||||
</AppShell.Section>
|
||||
<AppShell.Section grow my="md" component={ScrollArea}>
|
||||
<Stack align="center">
|
||||
<Select
|
||||
label="Select file"
|
||||
data={form.values.documents.map(({ id, file }) => ({
|
||||
@ -552,6 +555,7 @@ function Organizrr() {
|
||||
</>
|
||||
)}
|
||||
</Stack>
|
||||
</AppShell.Section>
|
||||
</AppShell.Aside>
|
||||
|
||||
<AppShell.Footer p="md">
|
||||
|
Loading…
Reference in New Issue
Block a user