fix(ui): fix predef modal height
This commit is contained in:
parent
c9338fd116
commit
e33d886b9b
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ function AddPredefinedMetric({ categories, history, siteId, title, description }
|
|||
)}
|
||||
</div>
|
||||
|
||||
<div className="flex px-8">
|
||||
<div className="flex px-8 h-full" style={{ maxHeight: 'calc(100vh - 160px)'}}>
|
||||
<div style={{ flex: 3 }}>
|
||||
<div className="grid grid-cols-1 gap-4 py-1 pr-2" style={{ maxHeight: 'calc(100vh - 160px)', overflowY: 'auto' }}>
|
||||
{activeCategory &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue