fix: padding issue cycle active cycles menu (#6424)
This commit is contained in:
parent
26a9b7fced
commit
9addcde553
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ export const CycleQuickActions: React.FC<Props> = observer((props) => {
|
|||
</div>
|
||||
)}
|
||||
<ContextMenu parentRef={parentRef} items={MENU_ITEMS} />
|
||||
<CustomMenu ellipsis placement="bottom-end" closeOnSelect>
|
||||
<CustomMenu ellipsis placement="bottom-end" closeOnSelect maxHeight="lg">
|
||||
{MENU_ITEMS.map((item) => {
|
||||
if (item.shouldRender === false) return null;
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue