Edit and Delete icons are not available for the attachments in the service portal.DescriptionEdit and Delete icons are not available for the attachments in the service portal. Release or EnvironmentAllCauseThe below code is configured in the CSS of the portal page. .tools{display:none;}ResolutionRemove the below CSS code from the portal page to resolve the issue..tools{ display:none; } Result: