File tree Expand file tree Collapse file tree
src/pages/ui/services/components/ServicesList/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export default function MoreActionsPopover({
4141
4242 const { fdlText, scriptText } = getFDLAndScriptText ( service ) ;
4343 const content = type === "fdl" ? fdlText : scriptText ;
44- downloadString ( content , `${ service . name } . ${ type === "fdl" ? "yaml" : "sh" } ` ) ;
44+ downloadString ( content , `${ service . name } ${ type === "fdl" ? ". yaml" : "-script. sh" } ` ) ;
4545 }
4646
4747 return (
@@ -51,7 +51,7 @@ export default function MoreActionsPopover({
5151 < MoreVertical />
5252 </ Button >
5353 </ DropdownMenuTrigger >
54- < DropdownMenuContent align = "end" className = "w-[220px]" >
54+ < DropdownMenuContent align = "end" className = "w-[220px] overflow-y-auto min-h-0 max-h-[var(--radix-dropdown-menu-content-available-height)] " >
5555 < DropdownMenuLabel >
5656 < div className = "flex flex-col" >
5757 < span className = "text-sm font-normal text-muted-foreground" >
You can’t perform that action at this time.
0 commit comments