scroll inside map previews
This commit is contained in:
parent
170a7faf0f
commit
dced0a3a5c
4 changed files with 6 additions and 4 deletions
|
@ -13,6 +13,4 @@
|
|||
|
||||
max-height: 75vh;
|
||||
max-width: 75vw;
|
||||
|
||||
overflow: scroll;
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ export default function Dialog({children, className}: {
|
|||
children: ReactNode;
|
||||
className?: string;
|
||||
}) {
|
||||
return <Column className={'Dialog ' + (className ?? '')}>
|
||||
return <Column className={'Dialog overflow-scroll ' + (className ?? '')}>
|
||||
{children}
|
||||
</Column>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue