mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
set maxheight to modals
This commit is contained in:
parent
f9442001e4
commit
7800fce2ec
4 changed files with 16 additions and 4 deletions
|
|
@ -17,7 +17,10 @@ export function SegmentEditButton({
|
|||
|
||||
return (
|
||||
<ActionButton title={formatMessage(labels.edit)} icon={<Edit />}>
|
||||
<Dialog title={formatMessage(labels.segment)} style={{ width: 800, minHeight: 300 }}>
|
||||
<Dialog
|
||||
title={formatMessage(labels.segment)}
|
||||
style={{ width: 800, minHeight: 300, maxHeight: '90vh' }}
|
||||
>
|
||||
{({ close }) => {
|
||||
return (
|
||||
<SegmentEditForm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue